Package | Description |
---|---|
org.locationtech.jtstest.testbuilder.ui.render | |
org.locationtech.jtstest.testbuilder.ui.style |
Modifier and Type | Method and Description |
---|---|
private static Style |
LayerRenderer.paletteFill(int i,
HSBPalette pal,
BasicStyle style) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private Style |
LayerStyle.decoratorStyle |
private Style |
LayerStyle.geomStyle |
private Style |
StyleEntry.style |
Modifier and Type | Method and Description |
---|---|
Style |
LayerStyle.getDecoratorStyle() |
Style |
LayerStyle.getGeomStyle() |
Style |
StyleEntry.getStyle() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
LayerStyle(Style geomStyle,
Style decoratorStyle) |
StyleEntry(Style style) |
StyleEntry(Style style,
StyleList.StyleFilter filter) |