Package org.opencypher.railroad
Interface ShapeRenderer.Shapes<EX extends Exception>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceShapeRenderer.Shapes.Group<EX extends Exception>static interfaceShapeRenderer.Shapes.Path<EX extends Exception>static classShapeRenderer.Shapes.Pointstatic classShapeRenderer.Shapes.Style
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidarc(ShapeRenderer.Shapes.Style style, double cx, double cy, double radius, double start, double extent)default voidbegin()default voidend()default ShapeRenderer.Shapes.Group<EX>group(String link)default voidline(ShapeRenderer.Shapes.Style style, double x1, double y1, double x2, double y2)ShapeRenderer.Shapes.Path<EX>path(ShapeRenderer.Shapes.Style style)default voidpolygon(ShapeRenderer.Shapes.Style style, ShapeRenderer.Shapes.Point... points)voidrect(ShapeRenderer.Shapes.Style style, double x, double y, double width, double height)voidroundRect(ShapeRenderer.Shapes.Style style, double x, double y, double width, double height, double diameter)voidtext(TextGlyphs text, double x, double y)
-
-
-
Method Detail
-
roundRect
void roundRect(ShapeRenderer.Shapes.Style style, double x, double y, double width, double height, double diameter) throws EX extends Exception
-
rect
void rect(ShapeRenderer.Shapes.Style style, double x, double y, double width, double height) throws EX extends Exception
-
arc
void arc(ShapeRenderer.Shapes.Style style, double cx, double cy, double radius, double start, double extent) throws EX extends Exception
-
line
default void line(ShapeRenderer.Shapes.Style style, double x1, double y1, double x2, double y2) throws EX extends Exception
-
polygon
default void polygon(ShapeRenderer.Shapes.Style style, ShapeRenderer.Shapes.Point... points) throws EX extends Exception
-
text
void text(TextGlyphs text, double x, double y) throws EX extends Exception
-
path
ShapeRenderer.Shapes.Path<EX> path(ShapeRenderer.Shapes.Style style)
-
-