Serialized Form
-
Package <Unnamed>
-
Class MeshParameterization
class MeshParameterization extends processing.core.PApplet implements Serializable-
Serialized Fields
-
iterativeTutteLayout
IterativeTutteLayout iterativeTutteLayout
Iterative implementation of the Tutte barycentric embedding -
renderer
MeshRenderer renderer
-
renderModes
int renderModes
-
renderType
int renderType
-
-
-
Class SpringDrawing
class SpringDrawing extends processing.core.PApplet implements Serializable-
Serialized Fields
-
a
Jcg.geometry.Point_2 a
-
b
Jcg.geometry.Point_2 b
-
backgroundColor
int backgroundColor
-
boundaryThickness
double boundaryThickness
-
current
Jcg.geometry.Point_2 current
-
edgeColor
int edgeColor
-
edgeOpacity
int edgeOpacity
-
layout
FR91Layout layout
Layout algorithm -
runAllIterations
boolean runAllIterations
-
selectedNode
Node selectedNode
node selected with mouse click (to show) -
xmax
double xmax
-
xmin
double xmin
-
ymax
double ymax
-
ymin
double ymin
-
-
-