Uses of Class
net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle

Packages that use IAxes.TicksStyle
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.views.Java2D.impl   
 

Uses of IAxes.TicksStyle in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as IAxes.TicksStyle
protected  IAxes.TicksStyle LAxes.ticksStyle
          Define the style of the ticks.
 

Methods in net.sf.latexdraw.glib.models.impl that return IAxes.TicksStyle
 IAxes.TicksStyle LAxes.getTicksStyle()
           
 IAxes.TicksStyle LGroup.getTicksStyle()
           
 

Methods in net.sf.latexdraw.glib.models.impl that return types with arguments of type IAxes.TicksStyle
 java.util.List<IAxes.TicksStyle> LGroup.getAxesTicksStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IAxes.TicksStyle
 void LAxes.setTicksStyle(IAxes.TicksStyle ticksStyle)
           
 void LGroup.setTicksStyle(IAxes.TicksStyle ticksStyle)
           
 

Method parameters in net.sf.latexdraw.glib.models.impl with type arguments of type IAxes.TicksStyle
 void LGroup.setAxesTicksStyleList(java.util.List<IAxes.TicksStyle> values)
           
 

Uses of IAxes.TicksStyle in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IAxes.TicksStyle
static IAxes.TicksStyle IAxes.TicksStyle.getStyle(java.lang.String style)
           
 IAxes.TicksStyle IAxes.getTicksStyle()
           
static IAxes.TicksStyle IAxes.TicksStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IAxes.TicksStyle[] IAxes.TicksStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.glib.models.interfaces that return types with arguments of type IAxes.TicksStyle
 java.util.List<IAxes.TicksStyle> IGroup.getAxesTicksStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IAxes.TicksStyle
 void IAxes.setTicksStyle(IAxes.TicksStyle ticksStyle)
           
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IAxes.TicksStyle
 void IGroup.setAxesTicksStyleList(java.util.List<IAxes.TicksStyle> values)
          Sets the style of the axes' ticks contained by the group.
 

Uses of IAxes.TicksStyle in net.sf.latexdraw.glib.views.Java2D.impl
 

Methods in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IAxes.TicksStyle
private  void LAxesView.updatePathLabelsX(IAxes.PlottingStyle ticksDisplay, IAxes.TicksStyle ticksStyle, double gapx, java.awt.font.FontRenderContext frc)
          Updates the labels path by drawing the labels of the X-axis.
private  void LAxesView.updatePathLabelsY(IAxes.PlottingStyle ticksDisplay, IAxes.TicksStyle ticksStyle, double gapy, java.awt.font.FontRenderContext frc)
          Updates the labels path by drawing the labels of the Y-axis.
private  void LAxesView.updatePathTicksX(double gapx, IAxes.TicksStyle ticksStyle, double tickLgth)
          Updates the ticks path by drawing the ticks of the X-axis.
private  void LAxesView.updatePathTicksY(double gapy, IAxes.TicksStyle ticksStyle, double tickLgth)
          Updates the ticks path by drawing the ticks of the Y-axis.