Uses of Class
net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle

Packages that use LMagneticGrid.GridStyle
net.sf.latexdraw.glib.ui   
 

Uses of LMagneticGrid.GridStyle in net.sf.latexdraw.glib.ui
 

Fields in net.sf.latexdraw.glib.ui declared as LMagneticGrid.GridStyle
protected  LMagneticGrid.GridStyle LMagneticGrid.style
          The style of the grid.
 

Methods in net.sf.latexdraw.glib.ui that return LMagneticGrid.GridStyle
 LMagneticGrid.GridStyle LMagneticGrid.getStyle()
           
static LMagneticGrid.GridStyle LMagneticGrid.GridStyle.getStyleFromLabel(java.lang.String label)
          Searches the style which label matches the given label.
static LMagneticGrid.GridStyle LMagneticGrid.GridStyle.getStylefromName(java.lang.String name)
          Searches the style which label matches the given name.
static LMagneticGrid.GridStyle LMagneticGrid.GridStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LMagneticGrid.GridStyle[] LMagneticGrid.GridStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.glib.ui with parameters of type LMagneticGrid.GridStyle
 void LMagneticGrid.setStyle(LMagneticGrid.GridStyle style)