GraphLab Project

Uses of Class
graphlab.graph.old.GStroke

Packages that use GStroke
graphlab.graph.graph   
graphlab.graph.old   
graphlab.plugins.main.ui   
 

Uses of GStroke in graphlab.graph.graph
 

Fields in graphlab.graph.graph declared as GStroke
static GStroke FastRenderer.defaultBorderStroke
           
static GStroke FastRenderer.defaultStroke
           
 

Methods in graphlab.graph.graph that return GStroke
 GStroke VertexModel.getShapeStroke()
           
 GStroke EdgeModel.getStroke()
           
 

Methods in graphlab.graph.graph with parameters of type GStroke
 void VertexModel.setShapeStroke(GStroke stroke)
           
 void EdgeModel.setStroke(GStroke stroke)
           
 

Uses of GStroke in graphlab.graph.old
 

Fields in graphlab.graph.old declared as GStroke
static GStroke GStroke.dashed
           
static GStroke GStroke.dashed_dashed_dotted
           
static GStroke GStroke.dashed_dotted
           
static GStroke GStroke.dashed_dotted_dotted
           
static GStroke GStroke.dotted
           
static GStroke GStroke.empty
           
static GStroke GStroke.simple
           
static GStroke GStroke.solid
           
static GStroke GStroke.strong
           
 

Methods in graphlab.graph.old that return GStroke
 GStroke GStroke.fromString(java.lang.String data)
          just changes the stroke of the graphics if nesecary
 

Uses of GStroke in graphlab.plugins.main.ui
 

Constructors in graphlab.plugins.main.ui with parameters of type GStroke
GStrokeRenderer(GStroke s)
           
 


GraphLab Project