Uses of Enum Class
net.sourceforge.plantuml.golem.TileGeometry
Packages that use TileGeometry
-
Uses of TileGeometry in net.sourceforge.plantuml.flowdiagram
Methods in net.sourceforge.plantuml.flowdiagram with parameters of type TileGeometryModifier and TypeMethodDescriptionvoid
FlowDiagram.lineSimple
(TileGeometry orientation, String idDest, String label) void
FlowDiagram.linkSimple
(TileGeometry orientation, String idDest) -
Uses of TileGeometry in net.sourceforge.plantuml.golem
Methods in net.sourceforge.plantuml.golem that return TileGeometryModifier and TypeMethodDescriptionstatic TileGeometry
TileGeometry.fromString
(String s) TileArea.getGeometry()
TileGeometry.opposite()
static TileGeometry
Returns the enum constant of this class with the specified name.static TileGeometry[]
TileGeometry.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.golem with parameters of type TileGeometryModifier and TypeMethodDescriptionvoid
TilesField.addPath
(Tile start, Tile dest, TileGeometry startDirection) TilesField.createTile
(Tile start, TileGeometry position) Tile.getArea
(TileGeometry geometry) Position.move
(TileGeometry position, int sizeMove)