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 classDelineationVertexStylePaints 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 StyleLayer. 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 voidLayer. addStyle(Style style)voidLayer. 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 classNoteTool.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 classAbstractSelectionRendererclassFeatureSelectionRendererclassLineStringSelectionRendererclassPartSelectionRendererclassSelectionBackgroundRendererMethods in org.locationtech.jts.jump.workbench.ui.renderer with parameters of type Style Modifier and Type Method Description protected voidImageCachingFeatureCollectionRenderer. 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 interfaceChoosableStyleMethods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type Style Modifier and Type Method Description DelegatingStyleDelegatingStyle. setStyle(Style style)
-