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 TypeMethodDescriptionvoidFlowDiagram.lineSimple(TileGeometry orientation, String idDest, String label) voidFlowDiagram.linkSimple(TileGeometry orientation, String idDest) -
Uses of TileGeometry in net.sourceforge.plantuml.golem
Methods in net.sourceforge.plantuml.golem that return TileGeometryModifier and TypeMethodDescriptionstatic TileGeometryTileGeometry.fromString(String s) TileArea.getGeometry()TileGeometry.opposite()static TileGeometryReturns 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 TypeMethodDescriptionvoidTilesField.addPath(Tile start, Tile dest, TileGeometry startDirection) TilesField.createTile(Tile start, TileGeometry position) Tile.getArea(TileGeometry geometry) Position.move(TileGeometry position, int sizeMove)