Interface ObjectIndicatorsConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
renderStyleSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default double
borderWidth()
default boolean
highlightHull()
default boolean
highlightOutline()
default java.awt.Color
markerColor()
default int
outlineFeather()
default boolean
rememberObjectColors()
-
-
-
Field Detail
-
renderStyleSection
static final java.lang.String renderStyleSection
- See Also:
- Constant Field Values
-
-
Method Detail
-
highlightHull
default boolean highlightHull()
-
highlightOutline
default boolean highlightOutline()
-
markerColor
@Alpha default java.awt.Color markerColor()
-
borderWidth
default double borderWidth()
-
rememberObjectColors
default boolean rememberObjectColors()
-
-