Uses of Class
net.sf.latexdraw.instruments.ShapeGridCustomiser

Packages that use ShapeGridCustomiser
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
 

Uses of ShapeGridCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeGridCustomiser
protected  ShapeGridCustomiser MetaShapeCustomiser.gridCustomiser
          This instrument customises grids and axes.
 

Methods in net.sf.latexdraw.instruments that return ShapeGridCustomiser
 ShapeGridCustomiser MetaShapeCustomiser.getGridCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeGridCustomiser
ShapeGridCustomiser.CheckBox2ModifyPencilGrid(ShapeGridCustomiser ins)
           
ShapeGridCustomiser.CheckBox2ModifySelectionGrid(ShapeGridCustomiser ins)
           
ShapeGridCustomiser.CheckBox4ShapeGridCust(ShapeGridCustomiser ins, java.lang.Class<A> actClazz)
           
ShapeGridCustomiser.Spinner2ModifyGridCoords(ShapeGridCustomiser ins, java.lang.Class<A> clazzAction)
           
ShapeGridCustomiser.Spinner2ModifyPencilGridCoords(ShapeGridCustomiser ins)
           
ShapeGridCustomiser.Spinner2ModifySelectionGridCoords(ShapeGridCustomiser ins)
           
 

Uses of ShapeGridCustomiser in net.sf.latexdraw.ui
 

Methods in net.sf.latexdraw.ui with parameters of type ShapeGridCustomiser
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeGridLabelsPropertiesToolbar(ShapeAxesCustomiser axeCust, ShapeGridCustomiser stdGridCust, LCanvas canvas)
          Creates the toolbar containing the widgets that customises grids' labels.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeGridPropertiesToolbar(ShapeGridCustomiser cust, LCanvas canvas)