Uses of Class
org.meteoinfo.layout.ResizeAbility
-
Packages that use ResizeAbility Package Description org.meteoinfo.layout org.meteoinfo.shape -
-
Uses of ResizeAbility in org.meteoinfo.layout
Methods in org.meteoinfo.layout that return ResizeAbility Modifier and Type Method Description ResizeAbilityLayoutElement. getResizeAbility()Get resize abilitystatic ResizeAbilityResizeAbility. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResizeAbility[]ResizeAbility. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.layout with parameters of type ResizeAbility Modifier and Type Method Description voidLayoutElement. setResizeAbility(ResizeAbility ra)Set resize ability -
Uses of ResizeAbility in org.meteoinfo.shape
Methods in org.meteoinfo.shape that return ResizeAbility Modifier and Type Method Description ResizeAbilityGraphic. getResizeAbility()Get resize ability
-