java.lang.Object
omix.lang.PaintProxy<T>
- All Implemented Interfaces:
Paint
public final class PaintProxy<T extends PaintableObject> extends Object implements Paint
A PaintProxy contains a paintable object in Omix diagrams.
In contrast to
PaintedProperty
this object carries the actual painted object by itself.- Since:
- Omix 1.9.0
- Author:
- Dr. Peter Droste, Omix Visualization
-
Constructor Details
-
PaintProxy
-
PaintProxy
@ConstructorProperties({"type","object","background"}) public PaintProxy(Class<T> type, T object, Brush background)
-
-
Method Details