Uses of Interface
com.vividsolutions.jump.workbench.ui.renderer.style.Style
-
Packages that use Style Package Description com.vividsolutions.jump.workbench.imagery 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.cursortool com.vividsolutions.jump.workbench.ui.renderer com.vividsolutions.jump.workbench.ui.renderer.style de.hawhamburg.sridsupport de.latlon.deejump.plugin.style org.openjump.core.ccordsys.srid org.openjump.core.ui.plugin.tools org.openjump.core.ui.style.decoration org.openjump.util -
-
Uses of Style in com.vividsolutions.jump.workbench.imagery
Classes in com.vividsolutions.jump.workbench.imagery that implement Style Modifier and Type Class Description classReferencedImageStyleA JUMP style that will paint images -
Uses of Style in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.model that return types with arguments of type Style Modifier and Type Method Description Collection<Style>Layer. cloneStyles()List<Style>Layer. getStyles()get a list of all stylesList<Style>Layer. getStyles(Class<?> filter)get a list of all styles matching the parameter classList<Style>Layer. getStylesIfEnabled(Class<?> filter)get a list of all enabled styles matching the parameter classMethods in com.vividsolutions.jump.workbench.model with parameters of type Style Modifier and Type Method Description voidLayer. addStyle(Style style)voidLayer. removeStyle(Style p)Method parameters in com.vividsolutions.jump.workbench.model with type arguments of type Style Modifier and Type Method Description voidLayer. setStyles(Collection<Style> newStyles) -
Uses of Style in com.vividsolutions.jump.workbench.ui.cursortool
Classes in com.vividsolutions.jump.workbench.ui.cursortool that implement Style Modifier and Type Class Description classNoteStyle -
Uses of Style in com.vividsolutions.jump.workbench.ui.renderer
Classes in com.vividsolutions.jump.workbench.ui.renderer that implement Style Modifier and Type Class Description classAbstractSelectionRendererclassFeatureSelectionRendererclassLineStringSelectionRendererclassPartSelectionRendererclassSelectionBackgroundRendererMethods in com.vividsolutions.jump.workbench.ui.renderer that return types with arguments of type Style Modifier and Type Method Description protected Collection<Style>AbstractSelectionRenderer. styles()protected abstract Collection<Style>FeatureCollectionRenderer. styles()protected Collection<Style>LayerRenderer. styles()Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.renderer.style
Subinterfaces of Style in com.vividsolutions.jump.workbench.ui.renderer.style Modifier and Type Interface Description interfaceChoosableStyleMethods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Style Modifier and Type Method Description DelegatingStyleDelegatingStyle. setStyle(Style style) -
Uses of Style in de.hawhamburg.sridsupport
Classes in de.hawhamburg.sridsupport that implement Style Modifier and Type Class Description classSRIDStyleDeprecated. -
Uses of Style in de.latlon.deejump.plugin.style
Classes in de.latlon.deejump.plugin.style that implement Style Modifier and Type Class Description classBitmapVertexStyleBitmapVertexStyleclassCircleVertexStyleclassCrossVertexStyleclassStarVertexStyle...classTriangleVertexStyle -
Uses of Style in org.openjump.core.ccordsys.srid
Classes in org.openjump.core.ccordsys.srid that implement Style Modifier and Type Class Description classSRIDStyleEnsures that all geometries have a given SRID. -
Uses of Style in org.openjump.core.ui.plugin.tools
Classes in org.openjump.core.ui.plugin.tools that implement Style Modifier and Type Class Description classMeasurementStyleA special Style for usage in the AdvancedMeasureTool. -
Uses of Style in org.openjump.core.ui.style.decoration
Classes in org.openjump.core.ui.style.decoration that implement Style Modifier and Type Class Description classArrowLineStringMiddlepointStylestatic classArrowLineStringMiddlepointStyle.NarrowSolidMiddleclassSegmentDownhillArrowStylestatic classSegmentDownhillArrowStyle.NarrowSolidMiddlestatic classSegmentDownhillArrowStyle.Openstatic classSegmentDownhillArrowStyle.SolidclassTextBasedVertexStyleclassVertexZValueStyleDisplays the vertex z value for each vertex of a line string.static classVertexZValueStyle.VertexZValue -
Uses of Style in org.openjump.util
Subinterfaces of Style in org.openjump.util Modifier and Type Interface Description static interfaceSLDImporter.SizedStrokeFillStyleSizedStrokeFillStylestatic interfaceSLDImporter.StrokeFillStyleStrokeFillStyle
-