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 class
ReferencedImageStyle
A 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 Style
Layer. 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 void
Layer. addStyle(Style style)
void
Layer. removeStyle(Style p)
Method parameters in com.vividsolutions.jump.workbench.model with type arguments of type Style Modifier and Type Method Description void
Layer. 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 class
NoteStyle
-
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 class
AbstractSelectionRenderer
class
FeatureSelectionRenderer
class
LineStringSelectionRenderer
class
PartSelectionRenderer
class
SelectionBackgroundRenderer
Methods 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 void
ImageCachingFeatureCollectionRenderer. 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 interface
ChoosableStyle
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Style Modifier and Type Method Description DelegatingStyle
DelegatingStyle. setStyle(Style style)
-
Uses of Style in de.hawhamburg.sridsupport
Classes in de.hawhamburg.sridsupport that implement Style Modifier and Type Class Description class
SRIDStyle
Deprecated. -
Uses of Style in de.latlon.deejump.plugin.style
Classes in de.latlon.deejump.plugin.style that implement Style Modifier and Type Class Description class
BitmapVertexStyle
BitmapVertexStyle
class
CircleVertexStyle
class
CrossVertexStyle
class
StarVertexStyle
...class
TriangleVertexStyle
-
Uses of Style in org.openjump.core.ccordsys.srid
Classes in org.openjump.core.ccordsys.srid that implement Style Modifier and Type Class Description class
SRIDStyle
Ensures 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 class
MeasurementStyle
A 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 class
ArrowLineStringMiddlepointStyle
static class
ArrowLineStringMiddlepointStyle.NarrowSolidMiddle
class
SegmentDownhillArrowStyle
static class
SegmentDownhillArrowStyle.NarrowSolidMiddle
static class
SegmentDownhillArrowStyle.Open
static class
SegmentDownhillArrowStyle.Solid
class
TextBasedVertexStyle
class
VertexZValueStyle
Displays the vertex z value for each vertex of a line string.static class
VertexZValueStyle.VertexZValue
-
Uses of Style in org.openjump.util
Subinterfaces of Style in org.openjump.util Modifier and Type Interface Description static interface
SLDImporter.SizedStrokeFillStyle
SizedStrokeFillStyle
static interface
SLDImporter.StrokeFillStyle
StrokeFillStyle
-