Class ComplexStrokePattern
java.lang.Object
com.luciad.layers.styles.complexstrokes.ComplexStrokePattern
- All Implemented Interfaces:
AutoCloseable
This class represents a complex stroke pattern, for example a dash or an arrow.
This is a building block for creating (see ComplexStroked Line Styles
).
Patterns cannot be instantiated directly. Use the static functions in ComplexStrokePatternFactory
to create Patterns and Pattern builders.
Once created, you can combine patterns in a ComplexStrokeLineStyle
using the Builder
.
- Since:
- 2023.1
-
Method Summary
-
Method Details