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 BasicStyleLayer. 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 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.BasicStyleBasicStyle. setRenderingFillPattern(boolean renderingFillPattern)BasicStyleBasicStyle. setRenderingLinePattern(boolean renderingLinePattern)Methods in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type BasicStyle Modifier and Type Method Description voidColorThemingTableModel.AttributeMapping. setBasicStyle(BasicStyle style)voidColorThemingStyle. 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 BasicStyleBasicStylePanel. getBasicStyle()Methods in org.locationtech.jts.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)
-