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 that return Style Modifier and Type Method Description private static Style
LayerRenderer. paletteFill(int i, HSBPalette pal, BasicStyle style)
Methods in org.locationtech.jtstest.testbuilder.ui.render with parameters of type Style Modifier and Type Method Description static void
GeometryPainter. paint(java.awt.Graphics2D g, Viewport viewport, Geometry geometry, Style style)
private static void
GeometryPainter. paintGeometryCollection(java.awt.Graphics2D g, Viewport viewport, GeometryCollection gc, Style style)
private void
LayerRenderer. renderGeom(java.awt.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
ArrowEndpointStyle
class
ArrowLineStyle
class
BasicStyle
class
CircleEndpointStyle
class
ComponentStyle
class
DataLabelStyle
class
LayerStyle
class
LineStringEndpointStyle
class
LineStringStyle
class
MidArrowLineStyle
class
PolygonStructureStyle
Shows polygon structure (shells versus holes) by symbolizing the rings differently.class
SegmentIndexStyle
class
SegmentStyle
class
StyleList
Contains a list of styles and allows Geometrys to be rendered using those styles.class
VertexStyle
Fields in org.locationtech.jtstest.testbuilder.ui.style declared as Style Modifier and Type Field Description private Style
LayerStyle. decoratorStyle
private Style
LayerStyle. geomStyle
private Style
StyleEntry. style
Methods in org.locationtech.jtstest.testbuilder.ui.style that return Style Modifier and Type Method Description Style
LayerStyle. getDecoratorStyle()
Style
LayerStyle. getGeomStyle()
Style
StyleEntry. getStyle()
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)
private StyleEntry
StyleList. getEntry(Style style)
private int
StyleList. getEntryIndex(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 LayerStyle(Style geomStyle, Style decoratorStyle)
StyleEntry(Style style)
StyleEntry(Style style, StyleList.StyleFilter filter)
-