Uses of Interface
org.locationtech.jtstest.testbuilder.ui.style.Style
-
Packages that use Style Package Description org.locationtech.jtstest.testbuilder.ui.render org.locationtech.jtstest.testbuilder.ui.style -
-
Uses of Style in org.locationtech.jtstest.testbuilder.ui.render
Methods in org.locationtech.jtstest.testbuilder.ui.render with parameters of type Style Modifier and Type Method Description static void
GeometryPainter. paint(Graphics2D g, Viewport viewport, Geometry geometry, Style style)
-
Uses of Style in org.locationtech.jtstest.testbuilder.ui.style
Classes in org.locationtech.jtstest.testbuilder.ui.style that implement Style Modifier and Type Class Description class
ArrowLineEndStyle
class
ArrowSegmentStyle
class
BasicStyle
class
CircleLineEndStyle
class
ComponentStyle
class
DataLabelStyle
class
LayerStyle
class
LineEndStyle
class
LineStringStyle
class
MidArrowLineStyle
class
PolygonStructureStyle
Shows polygon structure (shells versus holes) by symbolizing the rings differently.class
SegmentIndexStyle
class
SegmentStyle
class
StyleGroup
class
StyleList
Contains a list of styles and allows Geometrys to be rendered using those styles.class
TintBandStyle
WIP Idea: draw inside buffer instead of band - avoids need for different op.class
VertexLabelStyle
class
VertexStyle
Methods in org.locationtech.jtstest.testbuilder.ui.style with parameters of type Style Modifier and Type Method Description void
StyleList. add(Style style)
void
StyleList. add(Style style, StyleList.StyleFilter filter)
boolean
StyleList. isEnabled(Style style)
boolean
StyleList.StyleFilter. isFiltered(Style style)
void
StyleList. setEnabled(Style style, boolean isEnabled)
Constructors in org.locationtech.jtstest.testbuilder.ui.style with parameters of type Style Constructor Description StyleGroup(Style... styles)
-