Uses of Class
com.orchestranetworks.addon.dmdv.data.LinkShapeType
-
Packages that use LinkShapeType Package Description com.orchestranetworks.addon.dmdv.data Provides common classes for the Data value graphs API. -
-
Uses of LinkShapeType in com.orchestranetworks.addon.dmdv.data
Methods in com.orchestranetworks.addon.dmdv.data that return LinkShapeType Modifier and Type Method Description LinkShapeTypeLinkStyle. getShapeType()Returns shape of the link.static LinkShapeTypeLinkShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinkShapeType[]LinkShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dmdv.data with parameters of type LinkShapeType Modifier and Type Method Description voidLinkStyle. setShapeType(LinkShapeType shapeType)Sets shape of the link.
-