Uses of Class
net.sf.latexdraw.actions.ModifyLatexProperties.LatexProperties

Packages that use ModifyLatexProperties.LatexProperties
net.sf.latexdraw.actions   
 

Uses of ModifyLatexProperties.LatexProperties in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as ModifyLatexProperties.LatexProperties
protected  ModifyLatexProperties.LatexProperties ModifyLatexProperties.property
          The property to modify.
 

Methods in net.sf.latexdraw.actions that return ModifyLatexProperties.LatexProperties
static ModifyLatexProperties.LatexProperties ModifyLatexProperties.LatexProperties.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModifyLatexProperties.LatexProperties[] ModifyLatexProperties.LatexProperties.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 ModifyLatexProperties.LatexProperties
 void ModifyLatexProperties.setProperty(ModifyLatexProperties.LatexProperties property)