Enum Class EntityPosition

java.lang.Object
java.lang.Enum<EntityPosition>
net.sourceforge.plantuml.abel.EntityPosition
All Implemented Interfaces:
Serializable, Comparable<EntityPosition>, Constable

public enum EntityPosition extends Enum<EntityPosition>
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static EntityPosition[] 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

      public static EntityPosition valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getInputs

      public static EnumSet<EntityPosition> getInputs()
    • getOutputs

      public static EnumSet<EntityPosition> getOutputs()
    • getNormals

      public static EnumSet<EntityPosition> getNormals()
    • isNormal

      public boolean isNormal()
    • isInput

      public boolean isInput()
    • isOutput

      public boolean isOutput()
    • drawSymbol

      public void drawSymbol(UGraphic ug, Rankdir rankdir)
    • getDimension

      public XDimension2D getDimension(Rankdir rankdir)
    • getShapeType

      public ShapeType getShapeType()
    • fromStereotype

      public static EntityPosition fromStereotype(String label)
    • isPort

      public boolean isPort()
    • usePortP

      public boolean usePortP()