| Package | Description |
|---|---|
| net.sourceforge.plantuml.flowdiagram | |
| net.sourceforge.plantuml.golem |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDiagram.lineSimple(TileGeometry orientation,
String idDest,
String label) |
void |
FlowDiagram.linkSimple(TileGeometry orientation,
String idDest) |
| Modifier and Type | Method and Description |
|---|---|
static TileGeometry |
TileGeometry.fromString(String s) |
TileGeometry |
TileArea.getGeometry() |
TileGeometry |
TileGeometry.opposite() |
static TileGeometry |
TileGeometry.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileGeometry[] |
TileGeometry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TilesField.addPath(Tile start,
Tile dest,
TileGeometry startDirection) |
Tile |
TilesField.createTile(Tile start,
TileGeometry position) |
TileArea |
Tile.getArea(TileGeometry geometry) |
Position |
Position.move(TileGeometry position,
int sizeMove) |
Copyright © 2017. All rights reserved.