public abstract class BasicConnector<W,V extends BasicConnectorView> extends AbstractConnector<W,Edge<ViewConnector<W>,Node>,V>
uuid, view| Constructor and Description |
|---|
BasicConnector(V view) |
_applyBorderAlpha, _applyBorders, _applyFillAlpha, _applyFillColor, afterDraw, applyConnections, applyPosition, applyProperty, destroy, equals, getShapeView, getUUID, hashCode, isAnimationMutation, isStaticMutation, setUUIDpublic BasicConnector(V view)
protected abstract String getBackgroundColor(Edge<ViewConnector<W>,Node> element)
protected abstract Double getBackgroundAlpha(Edge<ViewConnector<W>,Node> element)
protected abstract String getBorderColor(Edge<ViewConnector<W>,Node> element)
protected abstract Double getBorderSize(Edge<ViewConnector<W>,Node> element)
protected abstract Double getBorderAlpha(Edge<ViewConnector<W>,Node> element)
public void applyProperties(Edge<ViewConnector<W>,Node> element, MutationContext mutationContext)
applyProperties in interface MutableShape<Edge<ViewConnector<W>,Node>,V extends BasicConnectorView>applyProperties in class AbstractConnector<W,Edge<ViewConnector<W>,Node>,V extends BasicConnectorView>public void beforeDraw()
beforeDraw in interface LifecyclebeforeDraw in class AbstractConnector<W,Edge<ViewConnector<W>,Node>,V extends BasicConnectorView>public void applyState(ShapeState shapeState)
protected BasicConnector<W,V> _applyFillColor(Edge<ViewConnector<W>,Node> element, MutationContext mutationContext)
protected BasicConnector<W,V> _applyFillApha(Edge<ViewConnector<W>,Node> element, MutationContext mutationContext)
protected BasicConnector<W,V> _applyBorders(Edge<ViewConnector<W>,Node> element, MutationContext mutationContext)
protected void _applyBorderColor(String color, MutationContext mutationContext)
_applyBorderColor in class AbstractConnector<W,Edge<ViewConnector<W>,Node>,V extends BasicConnectorView>protected void _applyBorderWidth(double width,
MutationContext mutationContext)
_applyBorderWidth in class AbstractConnector<W,Edge<ViewConnector<W>,Node>,V extends BasicConnectorView>protected BasicConnector<W,V> _applyBorderApha(Edge<ViewConnector<W>,Node> element, MutationContext mutationContext)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.