Uses of Class
com.orchestranetworks.addon.dmdv.template.bean.MarginType
-
Packages that use MarginType Package Description com.orchestranetworks.addon.dmdv.template.bean Provides common classes to build a node template. -
-
Uses of MarginType in com.orchestranetworks.addon.dmdv.template.bean
Methods in com.orchestranetworks.addon.dmdv.template.bean that return MarginType Modifier and Type Method Description static MarginTypeMarginType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MarginType[]MarginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dmdv.template.bean with parameters of type MarginType Modifier and Type Method Description intNodeElement. getMargin(MarginType marginType)Returns the margin around this element.voidNodeElement. setMargin(MarginType marginType, int value)Sets the empty area around this element.
-