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 BasicStyleLayer. getBasicStyle()BasicStyleLayerTreeModel.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 voidColorPanel. 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 classXBasicStyleConvenience 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 BasicStyleColorThemingTableModel.AttributeMapping. getBasicStyle()BasicStyleColorThemingStyle. getDefaultStyle()BasicStyleColorThemingTableModel. getDefaultStyle()BasicStyleBasicStyle. setFillPattern(Paint fillPattern)Remember to call #setRenderingFillPattern(true).BasicStyleBasicStyle. setLinePattern(String linePattern)The actual dash pattern used internally will be the given dash pattern multiplied by the line length.BasicStyleVertexStyle. setLinePattern(String s)BasicStyleBasicStyle. setRenderingFillPattern(boolean renderingFillPattern)BasicStyleBasicStyle. setRenderingLinePattern(boolean renderingLinePattern)BasicStyleVertexStyle. 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 voidColorThemingTableModel.AttributeMapping. setBasicStyle(BasicStyle style)voidColorThemingStyle. setDefaultStyle(BasicStyle defaultStyle)Method parameters in com.vividsolutions.jump.workbench.ui.renderer.style with type arguments of type BasicStyle Modifier and Type Method Description voidColorThemingStyle. setAttributeValueToBasicStyleMap(Map<Object,BasicStyle> attributeValueToBasicStyleMap)You can set the keys to Ranges if the Map is a Range.RangeTreeMap.voidColorThemingTableModel. 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 BasicStyleBasicStylePanel. getBasicStyle()BasicStyleLegendPlugIn.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 voidAbstractPalettePanel.BasicStyleList. addBasicStyle(BasicStyle basicStyle)voidAbstractPalettePanel.Listener. basicStyleChosen(BasicStyle basicStyle)protected voidAbstractPalettePanel. fireBasicStyleChosen(BasicStyle basicStyle)voidBasicStylePanel. 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 voidDeeRenderingStylePanel. setBasicStyle(BasicStyle basicStyle) -
Uses of BasicStyle in org.openjump.util
Methods in org.openjump.util that return BasicStyle Modifier and Type Method Description static BasicStyleSLDImporter. getBasicStyle(String name, Document doc)BasicStyleSLDImporter.StrokeStyle. setLinePattern(String p)BasicStyleSLDImporter.StrokeStyle. setRenderingLinePattern(boolean b)
-