Uses of Class
com.vividsolutions.jump.workbench.ui.renderer.style.BasicStyle
-
Packages that use BasicStyle Package Description 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 com.vividsolutions.jump.workbench.ui.renderer.style com.vividsolutions.jump.workbench.ui.style de.latlon.deejump.plugin.style org.openjump.util -
-
Uses of BasicStyle in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return BasicStyle Modifier and Type Method Description BasicStyle
Layer. getBasicStyle()
BasicStyle
LayerTreeModel.ColorThemingValue. getStyle()
-
Uses of BasicStyle in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui with parameters of type BasicStyle Modifier and Type Method Description void
ColorPanel. setStyle(BasicStyle style)
-
Uses of BasicStyle in com.vividsolutions.jump.workbench.ui.renderer.style
Subclasses of BasicStyle in com.vividsolutions.jump.workbench.ui.renderer.style Modifier and Type Class Description class
XBasicStyle
Convenience class extending BasicStyle to include a VertexStyle and have both in one Style.Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return BasicStyle Modifier and Type Method Description BasicStyle
ColorThemingTableModel.AttributeMapping. getBasicStyle()
BasicStyle
ColorThemingStyle. getDefaultStyle()
BasicStyle
ColorThemingTableModel. getDefaultStyle()
BasicStyle
BasicStyle. setFillPattern(Paint fillPattern)
Remember to call #setRenderingFillPattern(true).BasicStyle
BasicStyle. setLinePattern(String linePattern)
The actual dash pattern used internally will be the given dash pattern multiplied by the line length.BasicStyle
VertexStyle. setLinePattern(String s)
BasicStyle
BasicStyle. setRenderingFillPattern(boolean renderingFillPattern)
BasicStyle
BasicStyle. setRenderingLinePattern(boolean renderingLinePattern)
BasicStyle
VertexStyle. setRenderingLinePattern(boolean b)
Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return types with arguments of type BasicStyle Modifier and Type Method Description Map<Object,BasicStyle>
ColorThemingStyle. getAttributeValueToBasicStyleMap()
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type BasicStyle Modifier and Type Method Description void
ColorThemingTableModel.AttributeMapping. setBasicStyle(BasicStyle style)
void
ColorThemingStyle. setDefaultStyle(BasicStyle defaultStyle)
Method parameters in com.vividsolutions.jump.workbench.ui.renderer.style with type arguments of type BasicStyle Modifier and Type Method Description void
ColorThemingStyle. setAttributeValueToBasicStyleMap(Map<Object,BasicStyle> attributeValueToBasicStyleMap)
You can set the keys to Ranges if the Map is a Range.RangeTreeMap.void
ColorThemingTableModel. setMaps(Map<Object,BasicStyle> attributeValueToBasicStyleMap, Map<Object,String> attributeValueToLabelMap)
Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type BasicStyle Constructor Description AttributeMapping(Object attributeValue, BasicStyle basicStyle, String label)
ColorThemingStyle(String attributeName, Map<Object,BasicStyle> attributeValueToBasicStyleMap, BasicStyle defaultStyle)
ColorThemingStyle(String attributeName, Map<Object,BasicStyle> attributeValueToBasicStyleMap, Map<Object,String> attributeValueToLabelMap, BasicStyle defaultStyle)
ColorThemingTableModel(BasicStyle defaultStyle, String attributeName, Map attributeValueToBasicStyleMap, Map attributeValueToLabelMap, FeatureSchema schema)
XBasicStyle(BasicStyle fromBasicStyle, VertexStyle fromVertexStyle)
Constructor parameters in com.vividsolutions.jump.workbench.ui.renderer.style with type arguments of type BasicStyle Constructor Description ColorThemingStyle(String attributeName, Map<Object,BasicStyle> attributeValueToBasicStyleMap, BasicStyle defaultStyle)
ColorThemingStyle(String attributeName, Map<Object,BasicStyle> attributeValueToBasicStyleMap, Map<Object,String> attributeValueToLabelMap, BasicStyle defaultStyle)
-
Uses of BasicStyle in com.vividsolutions.jump.workbench.ui.style
Methods in com.vividsolutions.jump.workbench.ui.style that return BasicStyle Modifier and Type Method Description BasicStyle
BasicStylePanel. getBasicStyle()
BasicStyle
LegendPlugIn.ColorThemingValue. getStyle()
Methods in com.vividsolutions.jump.workbench.ui.style that return types with arguments of type BasicStyle Modifier and Type Method Description static List<BasicStyle>
AbstractPalettePanel. basicStyles()
List<BasicStyle>
AbstractPalettePanel.BasicStyleList. getBasicStyles()
Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type BasicStyle Modifier and Type Method Description void
AbstractPalettePanel.BasicStyleList. addBasicStyle(BasicStyle basicStyle)
void
AbstractPalettePanel.Listener. basicStyleChosen(BasicStyle basicStyle)
protected void
AbstractPalettePanel. fireBasicStyleChosen(BasicStyle basicStyle)
void
BasicStylePanel. setBasicStyle(BasicStyle basicStyle)
Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type BasicStyle Constructor Description LegendPanel(Layer layer, BasicStyle style, FeatureCollection featureCollection)
-
Uses of BasicStyle in de.latlon.deejump.plugin.style
Methods in de.latlon.deejump.plugin.style with parameters of type BasicStyle Modifier and Type Method Description void
DeeRenderingStylePanel. setBasicStyle(BasicStyle basicStyle)
-
Uses of BasicStyle in org.openjump.util
Methods in org.openjump.util that return BasicStyle Modifier and Type Method Description static BasicStyle
SLDImporter. getBasicStyle(String name, Document doc)
BasicStyle
SLDImporter.StrokeStyle. setLinePattern(String p)
BasicStyle
SLDImporter.StrokeStyle. setRenderingLinePattern(boolean b)
-