Package net.sourceforge.plantuml.abel
Enum Class EntityPosition
- All Implemented Interfaces:
Serializable
,Comparable<EntityPosition>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawSymbol
(UGraphic ug, Rankdir rankdir) static EntityPosition
fromStereotype
(String label) getDimension
(Rankdir rankdir) static EnumSet<EntityPosition>
static EnumSet<EntityPosition>
static EnumSet<EntityPosition>
boolean
isInput()
boolean
isNormal()
boolean
isOutput()
boolean
isPort()
boolean
usePortP()
static EntityPosition
Returns the enum constant of this class with the specified name.static EntityPosition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
-
ENTRY_POINT
-
EXIT_POINT
-
INPUT_PIN
-
OUTPUT_PIN
-
EXPANSION_INPUT
-
EXPANSION_OUTPUT
-
PORTIN
-
PORTOUT
-
-
Field Details
-
RADIUS
public static final double RADIUS- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getInputs
-
getOutputs
-
getNormals
-
isNormal
public boolean isNormal() -
isInput
public boolean isInput() -
isOutput
public boolean isOutput() -
drawSymbol
-
getDimension
-
getShapeType
-
fromStereotype
-
isPort
public boolean isPort() -
usePortP
public boolean usePortP()
-