Class DecisionServiceDividerLine

  • All Implemented Interfaces:
    com.ait.lienzo.client.core.shape.IDrawable<com.ait.lienzo.client.core.shape.Line>, com.ait.lienzo.client.core.shape.IMultiPointShape<com.ait.lienzo.client.core.shape.Line>, com.ait.lienzo.client.core.shape.IOffsetMultiPointShape<com.ait.lienzo.client.core.shape.Line>, com.ait.lienzo.client.core.shape.IPrimitive<com.ait.lienzo.client.core.shape.Line>, com.ait.lienzo.client.core.shape.json.IJSONSerializable<com.ait.lienzo.client.core.shape.Line>, com.ait.lienzo.client.core.shape.wires.IControlHandleFactory, com.ait.tooling.nativetools.client.NObjectOnWire

    public class DecisionServiceDividerLine
    extends com.ait.lienzo.client.core.shape.Line
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.ait.lienzo.client.core.shape.Line

        com.ait.lienzo.client.core.shape.Line.LineFactory
      • Nested classes/interfaces inherited from class com.ait.lienzo.client.core.shape.AbstractOffsetMultiPointShape

        com.ait.lienzo.client.core.shape.AbstractOffsetMultiPointShape.AbstractOffsetMultiPointShapeFactory<T extends com.ait.lienzo.client.core.shape.AbstractOffsetMultiPointShape<T>>
      • Nested classes/interfaces inherited from class com.ait.lienzo.client.core.shape.AbstractMultiPointShape

        com.ait.lienzo.client.core.shape.AbstractMultiPointShape.ControlXorYChanged, com.ait.lienzo.client.core.shape.AbstractMultiPointShape.DefaultMultiPointShapeHandleFactory, com.ait.lienzo.client.core.shape.AbstractMultiPointShape.ShapeXorYChanged
      • Nested classes/interfaces inherited from class com.ait.lienzo.client.core.shape.Shape

        com.ait.lienzo.client.core.shape.Shape.ShapeFactory<S extends com.ait.lienzo.client.core.shape.Shape<S>>
      • Nested classes/interfaces inherited from class com.ait.lienzo.client.core.shape.Node

        com.ait.lienzo.client.core.shape.Node.NodeFactory<N extends com.ait.lienzo.client.core.shape.json.IJSONSerializable<N>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean prepare​(com.ait.lienzo.client.core.Context2D context, com.ait.lienzo.client.core.shape.Attributes attr, double alpha)  
      • Methods inherited from class com.ait.lienzo.client.core.shape.Line

        drawDashedLine, fill, getBoundingBox, getBoundingBoxAttributes, getHeadOffsetPoint, getPoint2DArray, getPoints, getTailOffsetPoint, parse, refresh, setPoint2DArray, setPoints
      • Methods inherited from class com.ait.lienzo.client.core.shape.AbstractOffsetMultiPointShape

        asOffsetMultiPointShape, getBoundingBoxAttributesComposed, getBoundingBoxAttributesComposed, getHeadOffset, getTailOffset, isPathPartListPrepared, setHeadOffset, setTailOffset
      • Methods inherited from class com.ait.lienzo.client.core.shape.AbstractMultiPointShape

        asDirectionalMultiPointShape, asMultiPointShape, getControlHandleFactory, getPathPartList, isControlPointShape
      • Methods inherited from class com.ait.lienzo.client.core.shape.Shape

        asPrimitive, asShape, attachToLayerColorMap, batch, copy, detachFromLayerColorMap, doApplyShadow, dofillBoundsForSelection, doStrokeExtraProperties, draw, drawWithoutTransforms, fill, getAlpha, getColorKey, getControlHandles, getControlHandles, getDashArray, getDashOffset, getDragBounds, getDragConstraint, getDragConstraints, getDragMode, getEventPropagationMode, getFactory, getFillAlpha, getFillColor, getFillGradient, getLineCap, getLineJoin, getLocation, getMiterLimit, getOffset, getRotation, getRotationDegrees, getScale, getSelectionBoundsOffset, getSelectionStrokeOffset, getShadow, getShapeType, getShear, getStrokeAlpha, getStrokeColor, getStrokeWidth, getTransformingAttributes, getX, getY, isAppliedShadow, isDraggable, isDragging, isEditable, isFillBoundsForSelection, isFillShapeForSelection, moveDown, moveToBottom, moveToTop, moveUp, removeFromParent, setAlpha, setAppliedShadow, setColorKey, setControlHandleFactory, setDashArray, setDashArray, setDashOffset, setDragBounds, setDragConstraint, setDragConstraints, setDraggable, setDragging, setDragMode, setEditable, setEventPropagationMode, setFillAlpha, setFillBoundsForSelection, setFillColor, setFillColor, setFillGradient, setFillGradient, setFillGradient, setFillShapeForSelection, setLineCap, setLineJoin, setLocation, setMiterLimit, setOffset, setOffset, setOffset, setRotation, setRotationDegrees, setScale, setScale, setScale, setSelectionBoundsOffset, setSelectionStrokeOffset, setShadow, setShapeType, setShear, setShear, setStrokeAlpha, setStrokeColor, setStrokeColor, setStrokeParams, setStrokeWidth, setX, setY, stroke, stroke, toJSONObject
      • Methods inherited from class com.ait.lienzo.client.core.shape.Node

        addAttributesChangedHandler, addEnsureHandler, addNodeDragEndHandler, addNodeDragMoveHandler, addNodeDragStartHandler, addNodeGestureChangeHandler, addNodeGestureEndHandler, addNodeGestureStartHandler, addNodeMouseClickHandler, addNodeMouseDoubleClickHandler, addNodeMouseDownHandler, addNodeMouseEnterHandler, addNodeMouseExitHandler, addNodeMouseMoveHandler, addNodeMouseOutHandler, addNodeMouseOverHandler, addNodeMouseUpHandler, addNodeMouseWheelHandler, addNodeTouchCancelHandler, addNodeTouchEndHandler, addNodeTouchMoveHandler, addNodeTouchStartHandler, addParentsLocations, animate, animate, asAttributes, asAttributes, asContainer, asContainerNode, asGroup, asGroupOf, asGuide, asLayer, asList, asNode, asScene, asViewport, cancelAttributesChangedBatcher, cast, copyUnchecked, doAnimating, drawWithTransforms, drawWithTransforms, equals, fireEvent, getAbsoluteLocation, getAbsoluteTransform, getAttributes, getAttributeSheet, getBoundingPoints, getBoundingPoints, getComputedBoundingPoints, getComputedLocation, getID, getLayer, getMetaData, getName, getNodeType, getOverLayer, getParent, getPossibleNodeTransform, getRequiredAttributes, getScene, getScratchPad, getUserData, getViewport, hashCode, hasMetaData, isAnimating, isEventHandled, isEventHandledGlobally, isListening, isVisible, onWire, setAttributesChangedBatcher, setID, setListening, setName, setNodeType, setParent, setUserData, setVisible, toJSONString, toString, unAnimating, uuid
      • Methods inherited from interface com.ait.lienzo.client.core.shape.wires.IControlHandleFactory

        getControlHandles, getControlHandles
      • Methods inherited from interface com.ait.lienzo.client.core.shape.IDrawable

        addAttributesChangedHandler, addNodeDragEndHandler, addNodeDragMoveHandler, addNodeDragStartHandler, addNodeGestureChangeHandler, addNodeGestureEndHandler, addNodeGestureStartHandler, addNodeMouseClickHandler, addNodeMouseDoubleClickHandler, addNodeMouseDownHandler, addNodeMouseEnterHandler, addNodeMouseExitHandler, addNodeMouseMoveHandler, addNodeMouseOutHandler, addNodeMouseOverHandler, addNodeMouseUpHandler, addNodeMouseWheelHandler, addNodeTouchCancelHandler, addNodeTouchEndHandler, addNodeTouchMoveHandler, addNodeTouchStartHandler, animate, animate, asContainer, asContainerNode, asGroup, asGroupOf, asGuide, asLayer, asMultiPointShape, asNode, asPrimitive, asScene, asShape, asViewport, batch, cancelAttributesChangedBatcher, copy, draw, drawWithTransforms, fireEvent, getAbsoluteLocation, getAbsoluteTransform, getAttributes, getAttributeSheet, getBoundingPoints, getComputedBoundingPoints, getComputedLocation, getID, getLayer, getMetaData, getName, getNodeType, getOverLayer, getParent, getRequiredAttributes, getScene, getScratchPad, getTransformingAttributes, getUserData, getViewport, hasMetaData, isEventHandled, isListening, isVisible, moveDown, moveToBottom, moveToTop, moveUp, removeFromParent, setAttributesChangedBatcher, setID, setListening, setName, setUserData, setVisible, uuid
      • Methods inherited from interface com.ait.lienzo.client.core.shape.json.IJSONSerializable

        getFactory, toJSONObject, toJSONString
      • Methods inherited from interface com.ait.lienzo.client.core.shape.IMultiPointShape

        asDirectionalMultiPointShape, isControlPointShape
      • Methods inherited from interface com.ait.lienzo.client.core.shape.IPrimitive

        attachToLayerColorMap, detachFromLayerColorMap, getAlpha, getControlHandleFactory, getDragBounds, getDragConstraint, getDragConstraints, getDragMode, getEventPropagationMode, getFillAlpha, getLocation, getOffset, getRotation, getRotationDegrees, getScale, getShear, getStrokeAlpha, getX, getY, isDraggable, isDragging, isEditable, setAlpha, setControlHandleFactory, setDragBounds, setDragConstraint, setDragConstraints, setDraggable, setDragging, setDragMode, setEditable, setEventPropagationMode, setFillAlpha, setLocation, setOffset, setOffset, setOffset, setRotation, setRotationDegrees, setScale, setScale, setScale, setShear, setShear, setStrokeAlpha, setX, setY
      • Methods inherited from interface com.ait.tooling.nativetools.client.NObjectOnWire

        onWire
    • Constructor Detail

      • DecisionServiceDividerLine

        public DecisionServiceDividerLine​(Supplier<Double> dynamicWidthSupplier)
    • Method Detail

      • prepare

        protected boolean prepare​(com.ait.lienzo.client.core.Context2D context,
                                  com.ait.lienzo.client.core.shape.Attributes attr,
                                  double alpha)
        Overrides:
        prepare in class com.ait.lienzo.client.core.shape.Line