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.LabelSideLinearScaledMarker. markerLabelsPositionprivate AbstractScale.LabelSideAbstractScale. tickLabelSideticks label positionMethods 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 private voidLinearScaleTickMarks2. drawMajorTicks(org.eclipse.draw2d.Graphics gc, ITicksProvider ticks, AbstractScale.LabelSide tickLabelSide, int width, int height, boolean isLogScaleEnabled)Draw major ticks for linear scale ifisLogScaleEnabledis false, otherwise draw major ticks for log scale.private voidLinearScaleTickMarks2. drawMinorTicks(org.eclipse.draw2d.Graphics gc, ITicksProvider ticks, AbstractScale.LabelSide tickLabelSide, int width, int height)Draw minor ticks for linear scale or log scaleprivate voidLinearScaleTickMarks. drawXMinorTicks(org.eclipse.draw2d.Graphics gc, AbstractScale.LabelSide tickLabelSide, int x, int y)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.private voidLinearScaleTickMarks. drawYMinorTicks(org.eclipse.draw2d.Graphics gc, AbstractScale.LabelSide tickLabelSide, int x, int y)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)
-