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

Packages that use IAxes.AxesStyle
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

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

Fields in net.sf.latexdraw.glib.models.impl declared as IAxes.AxesStyle
protected  IAxes.AxesStyle LAxes.axesStyle
          The style of the axes.
 

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

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

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IAxes.AxesStyle
 void LAxes.setAxesStyle(IAxes.AxesStyle axesStyle)
           
 void LGroup.setAxesStyle(IAxes.AxesStyle axesStyle)
           
 

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

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IAxes.AxesStyle
 IAxes.AxesStyle IAxes.getAxesStyle()
           
static IAxes.AxesStyle IAxes.AxesStyle.getStyle(java.lang.String style)
           
static IAxes.AxesStyle IAxes.AxesStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IAxes.AxesStyle[] IAxes.AxesStyle.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.AxesStyle
 java.util.List<IAxes.AxesStyle> IGroup.getAxesStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IAxes.AxesStyle
 void IAxes.setAxesStyle(IAxes.AxesStyle axesStyle)
           
 

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