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