Uses of Class
net.sf.latexdraw.ui.ScaleRuler.Unit

Packages that use ScaleRuler.Unit
net.sf.latexdraw.actions   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
 

Uses of ScaleRuler.Unit in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as ScaleRuler.Unit
protected  ScaleRuler.Unit SetUnit.oldUnit
          The former unit.
protected  ScaleRuler.Unit SetUnit.unit
          The new unit to set.
 

Methods in net.sf.latexdraw.actions with parameters of type ScaleRuler.Unit
 void SetUnit.setUnit(ScaleRuler.Unit unit)
           
 

Uses of ScaleRuler.Unit in net.sf.latexdraw.mapping
 

Constructor parameters in net.sf.latexdraw.mapping with type arguments of type ScaleRuler.Unit
Unit2ScaleRuler(IUnary<ScaleRuler.Unit> source, ScaleRuler target)
          Creates the mapping.
 

Uses of ScaleRuler.Unit in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui with type parameters of type ScaleRuler.Unit
protected static IUnary<ScaleRuler.Unit> ScaleRuler.UNIT
          The current unit of the rulers.
 

Methods in net.sf.latexdraw.ui that return ScaleRuler.Unit
static ScaleRuler.Unit ScaleRuler.getUnit()
           
static ScaleRuler.Unit ScaleRuler.Unit.getUnit(java.lang.String label)
           
static ScaleRuler.Unit ScaleRuler.Unit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScaleRuler.Unit[] ScaleRuler.Unit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.ui that return types with arguments of type ScaleRuler.Unit
static IUnary<ScaleRuler.Unit> ScaleRuler.getUnitSingleton()
           
 

Methods in net.sf.latexdraw.ui with parameters of type ScaleRuler.Unit
static void ScaleRuler.setUnit(ScaleRuler.Unit unit)