- All Known Subinterfaces:
OpacityAccessor.OpacityProperty
public interface OpacityAccessor
Provides an accessor for a opacity property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a opacity property returning the builder for applying multiple build operations.static interface
Provides a mutator for a opacity property.static interface
Provides a opacity property. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Retrieves the opacity from the opacity property.
-
Method Details
-
getOpacity
double getOpacity()Retrieves the opacity from the opacity property.- Returns:
- The opacity stored by the opacity property.
-