Uses of Interface
org.locationtech.jts.jump.workbench.ui.renderer.style.Style
-
Packages that use Style Package Description org.locationtech.jts.jump.demo.delineation org.locationtech.jts.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.org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.renderer org.locationtech.jts.jump.workbench.ui.renderer.style -
-
Uses of Style in org.locationtech.jts.jump.demo.delineation
Classes in org.locationtech.jts.jump.demo.delineation that implement Style Modifier and Type Class Description class
DelineationVertexStyle
Paints anchored vertices green and unanchored vertices red. -
Uses of Style in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return Style Modifier and Type Method Description Style
Layer. getStyle(Class c)
Styles do not notify the Layer when their parameters change.Methods in org.locationtech.jts.jump.workbench.model with parameters of type Style Modifier and Type Method Description void
Layer. addStyle(Style style)
void
Layer. removeStyle(Style p)
-
Uses of Style in org.locationtech.jts.jump.workbench.ui.cursortool
Classes in org.locationtech.jts.jump.workbench.ui.cursortool that implement Style Modifier and Type Class Description static class
NoteTool.NoteStyle
-
Uses of Style in org.locationtech.jts.jump.workbench.ui.renderer
Classes in org.locationtech.jts.jump.workbench.ui.renderer that implement Style Modifier and Type Class Description class
AbstractSelectionRenderer
class
FeatureSelectionRenderer
class
LineStringSelectionRenderer
class
PartSelectionRenderer
class
SelectionBackgroundRenderer
Methods in org.locationtech.jts.jump.workbench.ui.renderer with parameters of type Style Modifier and Type Method Description protected void
ImageCachingFeatureCollectionRenderer. renderHook(ThreadSafeImage image, Collection features, Layer layer, Style style)
-
Uses of Style in org.locationtech.jts.jump.workbench.ui.renderer.style
Subinterfaces of Style in org.locationtech.jts.jump.workbench.ui.renderer.style Modifier and Type Interface Description interface
ChoosableStyle
Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Style Modifier and Type Method Description DelegatingStyle
DelegatingStyle. setStyle(Style style)
-