Package org.opencypher.railroad
Class Diagram.Figure
- java.lang.Object
-
- org.opencypher.railroad.Diagram.Figure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanisNothing()abstract <O,T,EX extends Exception>
voidrender(O target, double x, double y, Diagram.Renderer<O,T,EX> renderer, boolean forward)org.opencypher.railroad.Sizesize(Diagram.Renderer<?,?,?> renderer)StringtoString()
-
-
-
Method Detail
-
render
public abstract <O,T,EX extends Exception> void render(O target, double x, double y, Diagram.Renderer<O,T,EX> renderer, boolean forward) throws EX extends Exception
- Throws:
EX extends Exception
-
isNothing
public boolean isNothing()
-
size
public org.opencypher.railroad.Size size(Diagram.Renderer<?,?,?> renderer)
-
-