Module org.refcodes.graphical
Package org.refcodes.graphical
Interface OpacityAccessor.OpacityBuilder<B extends OpacityAccessor.OpacityBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- OpacityAccessor
public static interface OpacityAccessor.OpacityBuilder<B extends OpacityAccessor.OpacityBuilder<B>>
Provides a builder method for a opacity property returning the builder
for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithOpacity
(double aOpacity) Sets the opacity for the opacity property.
-
Method Details
-
withOpacity
Sets the opacity for the opacity property.- Parameters:
aOpacity
- The opacity to be stored by the opacity property.- Returns:
- The builder for applying multiple build operations.
-