|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.painter.base.GlimpsePainterImpl
com.metsci.glimpse.painter.base.GlimpsePainter1D
com.metsci.glimpse.axis.painter.NumericAxisPainter
com.metsci.glimpse.axis.painter.NumericYAxisPainter
com.metsci.glimpse.axis.painter.NumericRotatedYAxisPainter
public class NumericRotatedYAxisPainter
A vertical (y) axis with labeled ticks along the left hand side. Ticks labels are
oriented vertically, taking up less horizontal room and allowing the axis to be more
compact than NumericRightYAxisPainter
.
Suitable for an axis which should sit flush against the left hand side of a plot.
Field Summary |
---|
Fields inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl |
---|
BYTES_PER_FLOAT, logger |
Constructor Summary | |
---|---|
NumericRotatedYAxisPainter(AxisLabelHandler ticks)
|
Method Summary |
---|
Methods inherited from class com.metsci.glimpse.axis.painter.NumericYAxisPainter |
---|
getAxisLabelPositionX, getTickLeftX, getTickRightX, getTickTextPositionX, paintTo |
Methods inherited from class com.metsci.glimpse.axis.painter.NumericAxisPainter |
---|
dispose, getTickCalculator, setAxisLabel, setAxisLabelBufferSize, setAxisLabelColor, setFont, setFont, setKeepLabelsForExtremaFullyVisible, setLookAndFeel, setMarkerWidth, setShowLabel, setShowLabelsForOffscreenTicks, setShowMarker, setShowMinorTicks, setTickBufferSize, setTickColor, setTickLabelBufferSize, setTickLabelColor, setTickSize |
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainter1D |
---|
paintTo |
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl |
---|
dispose, isDisposed, isVisible, paintTo, setErrorHandling, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumericRotatedYAxisPainter(AxisLabelHandler ticks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |