Uses of Class
org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
-
Packages that use BasicStyle Package Description org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testbuilder.ui.style -
-
Uses of BasicStyle in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return BasicStyle Modifier and Type Method Description BasicStyle
Layer. getGeometryStyle()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type BasicStyle Modifier and Type Method Description void
Layer. setGeometryStyle(BasicStyle style)
-
Uses of BasicStyle in org.locationtech.jtstest.testbuilder.ui.style
Methods in org.locationtech.jtstest.testbuilder.ui.style that return BasicStyle Modifier and Type Method Description BasicStyle
BasicStyle. copy()
BasicStyle
LayerStyle. getGeomStyle()
Constructors in org.locationtech.jtstest.testbuilder.ui.style with parameters of type BasicStyle Constructor Description BasicStyle(BasicStyle style)
LayerStyle(BasicStyle geomStyle)
LayerStyle(BasicStyle geomStyle, StyleList decoratorStyle)
-