Package com.luciad.layers.styles
Class ParameterizedLineStyle
java.lang.Object
com.luciad.layers.styles.ParameterizedLineStyle
- All Implemented Interfaces:
AutoCloseable
This class contains styling properties to determine how a parameterized line is drawn.
- Since:
- 2026.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder class for creating line styles. -
Method Summary
Modifier and TypeMethodDescriptionReturns a builder that has all properties of thisParameterizedLineStyle.voidclose()protected voidfinalize()StyleExpression<android.graphics.Color> Returns the line color expression.Returns the line visibility expression.Returns the line width expression.Returns a new builder for creating aParameterizedLineStyle.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
newBuilder
Returns a new builder for creating aParameterizedLineStyle.- Returns:
- a new builder for creating a
ParameterizedLineStyle.
-
getColorExpression
Returns the line color expression.- Returns:
- the line color expression.
-
getVisibilityExpression
Returns the line visibility expression.- Returns:
- the line visibility expression.
-
getWidthExpression
Returns the line width expression.- Returns:
- the line width expression.
-
asBuilder
Returns a builder that has all properties of thisParameterizedLineStyle.- Returns:
- a builder that has all properties of this
ParameterizedLineStyle.
-