public class ConnectorPuzzleEmpty extends Object implements Placeable, TextBlock, ConnectorPuzzle
ConnectorPuzzle.Where| Constructor and Description |
|---|
ConnectorPuzzleEmpty() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(ConnectorPuzzle.Where where) |
void |
append(ConnectorPuzzle other) |
Dimension2D |
calculateDimension(StringBounder stringBounder) |
boolean |
checkDirections(String directions) |
protected Set<ConnectorPuzzle.Where> |
connections() |
void |
drawU(UGraphic ug) |
static ConnectorPuzzleEmpty |
get(String value) |
Dimension2D |
getDimension(StringBounder stringBounder,
ISkinParam skinParam) |
String |
getId() |
Rectangle2D |
getInnerPosition(String member,
StringBounder stringBounder,
InnerStrategy strategy) |
boolean |
have(ConnectorPuzzle.Where where) |
void |
remove(ConnectorPuzzle.Where where) |
String |
toString() |
TextBlock |
toTextBlock(ISkinParam skinParam) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappend, have, removepublic static ConnectorPuzzleEmpty get(String value)
public boolean checkDirections(String directions)
public Dimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
getDimension in interface Placeablepublic TextBlock toTextBlock(ISkinParam skinParam)
toTextBlock in interface Placeablepublic Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockpublic Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
getInnerPosition in interface TextBlockpublic final boolean have(ConnectorPuzzle.Where where)
have in interface ConnectorPuzzlepublic final void append(ConnectorPuzzle.Where where)
append in interface ConnectorPuzzlepublic final void remove(ConnectorPuzzle.Where where)
remove in interface ConnectorPuzzlepublic final void append(ConnectorPuzzle other)
protected final Set<ConnectorPuzzle.Where> connections()
Copyright © 2017. All rights reserved.