Uses of Enum Class
org.csstudio.opibuilder.model.ConnectionModel.LineJumpStyle
Packages that use ConnectionModel.LineJumpStyle
-
Uses of ConnectionModel.LineJumpStyle in org.csstudio.opibuilder.editparts
Methods in org.csstudio.opibuilder.editparts with parameters of type ConnectionModel.LineJumpStyleModifier and TypeMethodDescriptionvoid
PolylineJumpConnection.setLineJumpStyle
(ConnectionModel.LineJumpStyle lineJumpStyle_) -
Uses of ConnectionModel.LineJumpStyle in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return ConnectionModel.LineJumpStyleModifier and TypeMethodDescriptionConnectionModel.getLineJumpStyle()
Returns the enum constant of this class with the specified name.static ConnectionModel.LineJumpStyle[]
ConnectionModel.LineJumpStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.