Uses of Class
org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale.LabelSide
-
Packages that use AbstractScale.LabelSide Package Description org.eclipse.nebula.visualization.xygraph.linearscale -
-
Uses of AbstractScale.LabelSide in org.eclipse.nebula.visualization.xygraph.linearscale
Fields in org.eclipse.nebula.visualization.xygraph.linearscale declared as AbstractScale.LabelSide Modifier and Type Field Description private AbstractScale.LabelSide
LinearScaledMarker. markerLabelsPosition
private AbstractScale.LabelSide
AbstractScale. tickLabelSide
ticks label positionMethods in org.eclipse.nebula.visualization.xygraph.linearscale that return AbstractScale.LabelSide Modifier and Type Method Description AbstractScale.LabelSide
LinearScaledMarker. getMakerLabelsPosition()
AbstractScale.LabelSide
LinearScaledMarker. getMakerLablesPosition()
Deprecated.use correctly spelledLinearScaledMarker.getMakerLabelsPosition()
AbstractScale.LabelSide
AbstractScale. getTickLabelSide()
AbstractScale.LabelSide
AbstractScale. getTickLablesSide()
Deprecated.use correctly spelled#getTickLabelSide(LabelSide)
static AbstractScale.LabelSide
AbstractScale.LabelSide. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractScale.LabelSide[]
AbstractScale.LabelSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type AbstractScale.LabelSide Modifier and Type Method Description private void
LinearScaleTickMarks2. drawMajorTicks(org.eclipse.draw2d.Graphics gc, ITicksProvider ticks, AbstractScale.LabelSide tickLabelSide, int width, int height, boolean isLogScaleEnabled)
Draw major ticks for linear scale ifisLogScaleEnabled
is false, otherwise draw major ticks for log scale.private void
LinearScaleTickMarks2. drawMinorTicks(org.eclipse.draw2d.Graphics gc, ITicksProvider ticks, AbstractScale.LabelSide tickLabelSide, int width, int height)
Draw minor ticks for linear scale or log scaleprivate void
LinearScaleTickMarks. drawXMinorTicks(org.eclipse.draw2d.Graphics gc, AbstractScale.LabelSide tickLabelSide, int x, int y)
protected void
LinearScaleTickMarks. drawXTickMarks(org.eclipse.draw2d.Graphics gc, java.util.List<java.lang.Integer> tickLabelPositions, AbstractScale.LabelSide tickLabelSide, int width, int height)
Draw the X tick marks.protected void
LinearScaleTickMarks2. drawXTickMarks(org.eclipse.draw2d.Graphics gc, java.util.List<java.lang.Integer> tickLabelPositions, AbstractScale.LabelSide tickLabelSide, int width, int height)
Draw the X tick marks.private void
LinearScaleTickMarks. drawYMinorTicks(org.eclipse.draw2d.Graphics gc, AbstractScale.LabelSide tickLabelSide, int x, int y)
protected void
LinearScaleTickMarks. drawYTickMarks(org.eclipse.draw2d.Graphics gc, java.util.List<java.lang.Integer> tickLabelPositions, AbstractScale.LabelSide tickLabelSide, int width, int height)
Draw the Y tick marks.protected void
LinearScaleTickMarks2. drawYTickMarks(org.eclipse.draw2d.Graphics gc, java.util.List<java.lang.Integer> tickLabelPositions, AbstractScale.LabelSide tickLabelSide, int width, int height)
Draw the Y tick marks.void
LinearScaledMarker. setLabelSide(AbstractScale.LabelSide labelSide)
void
AbstractScale. setTickLabelSide(AbstractScale.LabelSide tickLabelSide)
void
AbstractScale. setTickLableSide(AbstractScale.LabelSide tickLabelSide)
Deprecated.use correctly spelledAbstractScale.setTickLabelSide(LabelSide)
-