Uses of Class
org.locationtech.jts.jump.workbench.ui.renderer.style.BasicStyle
-
Packages that use BasicStyle Package Description 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.renderer.style org.locationtech.jts.jump.workbench.ui.style -
-
Uses of BasicStyle in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return BasicStyle Modifier and Type Method Description BasicStyle
Layer. getBasicStyle()
-
Uses of BasicStyle in org.locationtech.jts.jump.workbench.ui.renderer.style
Methods in org.locationtech.jts.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
BasicStyle. setRenderingFillPattern(boolean renderingFillPattern)
BasicStyle
BasicStyle. setRenderingLinePattern(boolean renderingLinePattern)
Methods in org.locationtech.jts.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)
Constructors in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type BasicStyle Constructor Description AttributeMapping(Object attributeValue, BasicStyle basicStyle)
ColorThemingStyle(String attributeName, Map attributeValueToBasicStyleMap, BasicStyle defaultStyle)
ColorThemingTableModel(BasicStyle defaultStyle, String attributeName, Map attributeValueToBasicStyleMap, FeatureSchema schema)
-
Uses of BasicStyle in org.locationtech.jts.jump.workbench.ui.style
Methods in org.locationtech.jts.jump.workbench.ui.style that return BasicStyle Modifier and Type Method Description BasicStyle
BasicStylePanel. getBasicStyle()
Methods in org.locationtech.jts.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)
-