Serialized Form
-
Package com.algo.parser
-
Class com.algo.parser.ParseError extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errorIndex
int errorIndex
-
inputString
java.lang.String inputString
-
-
-
-
Package com.algo.rendering
-
Class com.algo.rendering.Arrow extends java.lang.Object implements Serializable
-
Serialized Fields
-
count
int count
-
endPoint
double endPoint
-
flag
Arrow.LineFlag flag
-
xPoints
double[] xPoints
-
yPoints
double[] yPoints
-
-
-
Class com.algo.rendering.GralogColor extends java.lang.Object implements Serializable
-
Serialized Fields
-
b
short b
-
g
short g
-
r
short r
-
-
-
Class com.algo.rendering.Vector2D extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
-
Package com.algo.rendering.shapes
-
Class com.algo.rendering.shapes.Cycle extends RenderingShape implements Serializable
-
Class com.algo.rendering.shapes.Diamond extends RenderingShape implements Serializable
-
Class com.algo.rendering.shapes.Ellipse extends RenderingShape implements Serializable
-
Class com.algo.rendering.shapes.Rectangle extends RenderingShape implements Serializable
-
Class com.algo.rendering.shapes.RenderingShape extends java.lang.Object implements Serializable
-
Serialized Fields
-
sizeBox
SizeBox sizeBox
Provides a rough measure of the size of a shape via a Rectangle, applicable height every subclass of shapeTwo shapes with the same SizeBoxes should have roughly the same actual size in the final render.
-
strokeWidth
java.lang.Double strokeWidth
-
-
-
-
Package com.algo.structure
-
Class com.algo.structure.DirectedGraph extends Structure<Vertex,Edge> implements Serializable
-
Class com.algo.structure.Edge extends XmlMarshallable implements Serializable
-
Serialized Fields
-
arrowHeadAngle
double arrowHeadAngle
-
arrowHeadLength
double arrowHeadLength
-
arrowType
Arrow arrowType
-
color
GralogColor color
-
controlPoints
java.util.ArrayList<ControlPoint> controlPoints
-
edgeType
Edge.EdgeType edgeType
-
endPointDistance
java.lang.Double endPointDistance
-
id
java.lang.Integer id
-
intermediatePoints
java.util.ArrayList<EdgeIntermediatePoint> intermediatePoints
-
isDirected
java.lang.Boolean isDirected
-
label
java.lang.String label
-
siblings
java.util.ArrayList<Edge> siblings
-
source
Vertex source
-
startPointDistance
java.lang.Double startPointDistance
-
style
GralogTikStyles style
-
target
Vertex target
-
thickness
java.lang.Double thickness
-
type
GralogGraphicsContext.LineType type
-
weight
java.lang.Double weight
-
-
-
Class com.algo.structure.EdgeIntermediatePoint extends XmlMarshallable implements Serializable
-
Serialized Fields
-
coordinates
Vector2D coordinates
-
-
-
Class com.algo.structure.UndirectedGraph extends Structure<Vertex,Edge> implements Serializable
-
Class com.algo.structure.Vertex extends XmlMarshallable implements Serializable
-
Serialized Fields
-
coordinates
Vector2D coordinates
-
distanceFromSource
java.lang.String distanceFromSource
-
fillColor
GralogColor fillColor
-
id
int id
-
incidentEdges
java.util.Set<Edge> incidentEdges
-
incomingEdges
java.util.Set<Edge> incomingEdges
-
label
java.lang.String label
-
loopAnchor
java.lang.Double loopAnchor
-
loopAngle
double loopAngle
-
outgoingEdges
java.util.Set<Edge> outgoingEdges
-
printLabel
java.lang.Boolean printLabel
-
radius
double radius
-
shape
RenderingShape shape
-
strokeColor
GralogColor strokeColor
-
strokeWidth
java.lang.Double strokeWidth
-
style
GralogTikStyles style
-
textHeight
java.lang.Double textHeight
-
-
-
-
Package com.algo.structure.controlpoints
-
Class com.algo.structure.controlpoints.ControlPoint extends XmlMarshallable implements Serializable
-