Class StunnerPointHandleDecorator
- java.lang.Object
-
- com.ait.lienzo.client.core.shape.wires.decorator.PointHandleDecorator
-
- org.kie.workbench.common.stunner.client.lienzo.wires.decorator.StunnerPointHandleDecorator
-
- All Implemented Interfaces:
com.ait.lienzo.client.core.shape.wires.decorator.IShapeDecorator<com.ait.lienzo.client.core.shape.Shape<?>>
public class StunnerPointHandleDecorator extends com.ait.lienzo.client.core.shape.wires.decorator.PointHandleDecorator
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAIN_COLORprotected static com.ait.lienzo.client.core.types.ShadowSHADOW_SELECTEDstatic StringSTROKE_COLOR
-
Constructor Summary
Constructors Constructor Description StunnerPointHandleDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ait.lienzo.client.core.shape.Shapedecorate(com.ait.lienzo.client.core.shape.Shape shape, com.ait.lienzo.client.core.shape.wires.decorator.IShapeDecorator.ShapeState state)
-
-
-
Field Detail
-
MAIN_COLOR
public static final String MAIN_COLOR
- See Also:
- Constant Field Values
-
STROKE_COLOR
public static final String STROKE_COLOR
- See Also:
- Constant Field Values
-
SHADOW_SELECTED
protected static final com.ait.lienzo.client.core.types.Shadow SHADOW_SELECTED
-
-
Method Detail
-
decorate
public com.ait.lienzo.client.core.shape.Shape decorate(com.ait.lienzo.client.core.shape.Shape shape, com.ait.lienzo.client.core.shape.wires.decorator.IShapeDecorator.ShapeState state)- Specified by:
decoratein interfacecom.ait.lienzo.client.core.shape.wires.decorator.IShapeDecorator<com.ait.lienzo.client.core.shape.Shape<?>>- Overrides:
decoratein classcom.ait.lienzo.client.core.shape.wires.decorator.PointHandleDecorator
-
-