Uses of Class
net.sf.latexdraw.actions.ModifyMagneticGrid.GridProperties

Packages that use ModifyMagneticGrid.GridProperties
net.sf.latexdraw.actions   
 

Uses of ModifyMagneticGrid.GridProperties in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as ModifyMagneticGrid.GridProperties
protected  ModifyMagneticGrid.GridProperties ModifyMagneticGrid.property
          The property to modify.
 

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

Methods in net.sf.latexdraw.actions with parameters of type ModifyMagneticGrid.GridProperties
 void ModifyMagneticGrid.setProperty(ModifyMagneticGrid.GridProperties property)