Uses of Class
org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale.LabelSide
| Package | Description |
|---|---|
| org.eclipse.nebula.visualization.xygraph.linearscale |
-
Uses of AbstractScale.LabelSide in org.eclipse.nebula.visualization.xygraph.linearscale
Methods in org.eclipse.nebula.visualization.xygraph.linearscale that return AbstractScale.LabelSide Modifier and Type Method Description AbstractScale.LabelSideLinearScaledMarker. getMakerLabelsPosition()AbstractScale.LabelSideLinearScaledMarker. getMakerLablesPosition()Deprecated.use correctly spelledLinearScaledMarker.getMakerLabelsPosition()AbstractScale.LabelSideAbstractScale. getTickLabelSide()AbstractScale.LabelSideAbstractScale. getTickLablesSide()Deprecated.use correctly spelled#getTickLabelSide(LabelSide)static AbstractScale.LabelSideAbstractScale.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 protected voidLinearScaleTickMarks. 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 voidLinearScaleTickMarks2. 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 voidLinearScaleTickMarks. 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 voidLinearScaleTickMarks2. 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.voidLinearScaledMarker. setLabelSide(AbstractScale.LabelSide labelSide)voidAbstractScale. setTickLabelSide(AbstractScale.LabelSide tickLabelSide)voidAbstractScale. setTickLableSide(AbstractScale.LabelSide tickLabelSide)Deprecated.use correctly spelledAbstractScale.setTickLabelSide(LabelSide)