Uses of Class
com.vividsolutions.jump.workbench.ui.renderer.style.VertexStyle

Packages that use VertexStyle
com.vividsolutions.jump.demo.delineation   
com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. 
com.vividsolutions.jump.workbench.ui.renderer.style   
com.vividsolutions.jump.workbench.ui.style   
 

Uses of VertexStyle in com.vividsolutions.jump.demo.delineation
 

Subclasses of VertexStyle in com.vividsolutions.jump.demo.delineation
 class DelineationVertexStyle
          Paints anchored vertices green and unanchored vertices red.
 

Uses of VertexStyle in com.vividsolutions.jump.workbench.model
 

Methods in com.vividsolutions.jump.workbench.model that return VertexStyle
 VertexStyle Layer.getVertexStyle()
           
 

Uses of VertexStyle in com.vividsolutions.jump.workbench.ui.renderer.style
 

Subclasses of VertexStyle in com.vividsolutions.jump.workbench.ui.renderer.style
 class RingVertexStyle
           
 class SquareVertexStyle
           
 

Uses of VertexStyle in com.vividsolutions.jump.workbench.ui.style
 

Methods in com.vividsolutions.jump.workbench.ui.style that return VertexStyle
 VertexStyle RenderingStylePanel.getVertexStyle()