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

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

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

Fields in net.sf.latexdraw.glib.models.impl declared as IAxes.PlottingStyle
protected  IAxes.PlottingStyle LAxes.labelsDisplayed
          Define which labels must be displayed.
protected  IAxes.PlottingStyle LAxes.ticksDisplayed
          Define how the ticks must be shown.
 

Methods in net.sf.latexdraw.glib.models.impl that return IAxes.PlottingStyle
 IAxes.PlottingStyle LAxes.getLabelsDisplayed()
           
 IAxes.PlottingStyle LGroup.getLabelsDisplayed()
           
 IAxes.PlottingStyle LAxes.getTicksDisplayed()
           
 IAxes.PlottingStyle LGroup.getTicksDisplayed()
           
 

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

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IAxes.PlottingStyle
 void LAxes.setLabelsDisplayed(IAxes.PlottingStyle labelsDisplayed)
           
 void LGroup.setLabelsDisplayed(IAxes.PlottingStyle labelsDisplayed)
           
 void LAxes.setTicksDisplayed(IAxes.PlottingStyle ticksDisplayed)
           
 void LGroup.setTicksDisplayed(IAxes.PlottingStyle ticksDisplayed)
           
 

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

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IAxes.PlottingStyle
 IAxes.PlottingStyle IAxes.getLabelsDisplayed()
           
static IAxes.PlottingStyle IAxes.PlottingStyle.getStyle(java.lang.String style)
          The style that corresponds to the given string.
 IAxes.PlottingStyle IAxes.getTicksDisplayed()
           
static IAxes.PlottingStyle IAxes.PlottingStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IAxes.PlottingStyle[] IAxes.PlottingStyle.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.PlottingStyle
 java.util.List<IAxes.PlottingStyle> IGroup.getAxesLabelsDisplayedList()
           
 java.util.List<IAxes.PlottingStyle> IGroup.getAxesTicksDisplayedList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IAxes.PlottingStyle
 void IAxes.setLabelsDisplayed(IAxes.PlottingStyle labelsDisplayed)
           
 void IAxes.setTicksDisplayed(IAxes.PlottingStyle ticksDisplayed)
           
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IAxes.PlottingStyle
 void IGroup.setAxesLabelsDisplayedList(java.util.List<IAxes.PlottingStyle> values)
          Sets how the labels of the axes contained by the group are displayed.
 void IGroup.setAxesTicksDisplayedList(java.util.List<IAxes.PlottingStyle> values)
          Sets how the ticks of the axes contained by the group are displayed.
 

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

Methods in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IAxes.PlottingStyle
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.