GraphLab Project

Uses of Class
graphlab.platform.preferences.lastsettings.UserModifiableProperty

Packages that use UserModifiableProperty
graphlab.graph.graph   
graphlab.graph.old   
graphlab.plugins.main.saveload.core.extension   
graphlab.plugins.main.saveload.image   
graphlab.plugins.visualization.treevisualizations   
 

Uses of UserModifiableProperty in graphlab.graph.graph
 

Fields in graphlab.graph.graph with annotations of type UserModifiableProperty
static GStroke FastRenderer.defaultBorderStroke
           
static java.awt.Color FastRenderer.defaultEdgeColor
           
static java.awt.Dimension FastRenderer.defaultShapeDimension
           
static GStroke FastRenderer.defaultStroke
           
static java.awt.Color FastRenderer.defaultVertexColor
           
static java.lang.Integer FastRenderer.defaultVertexRadius
           
static GShape FastRenderer.defaultVertexShape
           
static boolean GraphModel.showEdgeWeights
           
static boolean GraphModel.vertexLabelsEnabled
           
 

Uses of UserModifiableProperty in graphlab.graph.old
 

Fields in graphlab.graph.old with annotations of type UserModifiableProperty
static java.lang.Integer ArrowHandler.arrowSize
           
 

Uses of UserModifiableProperty in graphlab.plugins.main.saveload.core.extension
 

Fields in graphlab.plugins.main.saveload.core.extension with annotations of type UserModifiableProperty
static java.lang.String GraphIOExtensionHandler.defaultFile
           
 

Uses of UserModifiableProperty in graphlab.plugins.main.saveload.image
 

Fields in graphlab.plugins.main.saveload.image with annotations of type UserModifiableProperty
static java.lang.String SaveImage.extension
           
 

Uses of UserModifiableProperty in graphlab.plugins.visualization.treevisualizations
 

Fields in graphlab.plugins.visualization.treevisualizations with annotations of type UserModifiableProperty
static java.lang.Integer HierarchicalTreeVisualization.eachLevelHeigh
           
static java.lang.Integer SparseTreeVisualization.eachLevelHeigh
           
static java.lang.Integer CircularTreeVisualization.radius
           
static java.lang.Integer BackwardTrees.radius
           
static java.lang.Integer HierarchicalTreeVisualization.width
           
static java.lang.Integer SparseTreeVisualization.width
           
 


GraphLab Project