Package net.sourceforge.plantuml.bpm
Class ConnectorPuzzleEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.ConnectorPuzzleEmpty
-
- All Implemented Interfaces:
ConnectorPuzzle
,Placeable
,TextBlock
,UDrawable
,UShape
public class ConnectorPuzzleEmpty extends java.lang.Object implements Placeable, TextBlock, ConnectorPuzzle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
ConnectorPuzzle.Where
-
-
Constructor Summary
Constructors Constructor Description ConnectorPuzzleEmpty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(ConnectorPuzzle other)
void
append(ConnectorPuzzle.Where where)
XDimension2D
calculateDimension(StringBounder stringBounder)
boolean
checkDirections(java.lang.String directions)
protected java.util.Set<ConnectorPuzzle.Where>
connections()
void
drawU(UGraphic ug)
static ConnectorPuzzleEmpty
get(java.lang.String value)
HColor
getBackcolor()
XDimension2D
getDimension(StringBounder stringBounder, ISkinParam skinParam)
java.lang.String
getId()
XRectangle2D
getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
MagneticBorder
getMagneticBorder()
MinMax
getMinMax(StringBounder stringBounder)
boolean
have(ConnectorPuzzle.Where where)
void
remove(ConnectorPuzzle.Where where)
java.lang.String
toString()
TextBlock
toTextBlock(ISkinParam skinParam)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
append, have, remove
-
-
-
-
Method Detail
-
get
public static ConnectorPuzzleEmpty get(java.lang.String value)
-
checkDirections
public boolean checkDirections(java.lang.String directions)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getDimension
public XDimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
- Specified by:
getDimension
in interfacePlaceable
-
toTextBlock
public TextBlock toTextBlock(ISkinParam skinParam)
- Specified by:
toTextBlock
in interfacePlaceable
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
-
getMagneticBorder
public MagneticBorder getMagneticBorder()
- Specified by:
getMagneticBorder
in interfaceTextBlock
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolor
in interfaceTextBlock
-
have
public final boolean have(ConnectorPuzzle.Where where)
- Specified by:
have
in interfaceConnectorPuzzle
-
append
public final void append(ConnectorPuzzle.Where where)
- Specified by:
append
in interfaceConnectorPuzzle
-
remove
public final void remove(ConnectorPuzzle.Where where)
- Specified by:
remove
in interfaceConnectorPuzzle
-
append
public final void append(ConnectorPuzzle other)
-
connections
protected final java.util.Set<ConnectorPuzzle.Where> connections()
-
-