Uses of Interface
org.locationtech.jtstest.testbuilder.ui.style.Style
Packages that use Style
Package
Description
-
Uses of Style in org.locationtech.jtstest.testbuilder.ui.render
Methods in org.locationtech.jtstest.testbuilder.ui.render that return StyleModifier and TypeMethodDescriptionprivate static StyleLayerRenderer.paletteFill(int i, HSBPalette pal, BasicStyle style) Methods in org.locationtech.jtstest.testbuilder.ui.render with parameters of type StyleModifier and TypeMethodDescriptionstatic voidGeometryPainter.paint(Graphics2D g, Viewport viewport, Geometry geometry, Style style) private static voidGeometryPainter.paintGeometryCollection(Graphics2D g, Viewport viewport, GeometryCollection gc, Style style) private voidLayerRenderer.renderGeom(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 StyleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassShows polygon structure (shells versus holes) by symbolizing the rings differently.classclassclassContains a list of styles and allows Geometrys to be rendered using those styles.classFields in org.locationtech.jtstest.testbuilder.ui.style declared as StyleModifier and TypeFieldDescriptionprivate StyleLayerStyle.decoratorStyleprivate StyleLayerStyle.geomStyleprivate StyleStyleEntry.styleMethods in org.locationtech.jtstest.testbuilder.ui.style that return StyleModifier and TypeMethodDescriptionLayerStyle.getDecoratorStyle()LayerStyle.getGeomStyle()StyleEntry.getStyle()Methods in org.locationtech.jtstest.testbuilder.ui.style with parameters of type StyleModifier and TypeMethodDescriptionvoidvoidStyleList.add(Style style, StyleList.StyleFilter filter) private StyleEntryprivate intStyleList.getEntryIndex(Style style) booleanStyleList.StyleFilter.isFiltered(Style style) voidStyleList.setEnabled(Style style, boolean isEnabled) Constructors in org.locationtech.jtstest.testbuilder.ui.style with parameters of type StyleModifierConstructorDescriptionLayerStyle(Style geomStyle, Style decoratorStyle) StyleEntry(Style style) StyleEntry(Style style, StyleList.StyleFilter filter)