public abstract class AbstractBasicConnector<W,V extends BasicConnectorView,P extends ConnectorShapeDef<W>> extends BasicConnector<W,V>
| Modifier and Type | Field and Description |
|---|---|
protected P |
proxy |
uuid, view| Constructor and Description |
|---|
AbstractBasicConnector(V view,
P proxy) |
| Modifier and Type | Method and Description |
|---|---|
protected Double |
getBackgroundAlpha(Edge<ViewConnector<W>,Node> element) |
protected String |
getBackgroundColor(Edge<ViewConnector<W>,Node> element) |
protected Double |
getBorderAlpha(Edge<ViewConnector<W>,Node> element) |
protected String |
getBorderColor(Edge<ViewConnector<W>,Node> element) |
protected Double |
getBorderSize(Edge<ViewConnector<W>,Node> element) |
protected W |
getDefinition(Edge<ViewConnector<W>,Node> element) |
_applyBorderApha, _applyBorderColor, _applyBorders, _applyBorderWidth, _applyFillApha, _applyFillColor, applyProperties, applyState, beforeDraw_applyBorderAlpha, _applyBorders, _applyFillAlpha, _applyFillColor, afterDraw, applyConnections, applyPosition, applyProperty, destroy, equals, getShapeView, getUUID, hashCode, isAnimationMutation, isStaticMutation, setUUIDprotected final transient P extends ConnectorShapeDef<W> proxy
protected String getBackgroundColor(Edge<ViewConnector<W>,Node> element)
getBackgroundColor in class BasicConnector<W,V extends BasicConnectorView>protected Double getBackgroundAlpha(Edge<ViewConnector<W>,Node> element)
getBackgroundAlpha in class BasicConnector<W,V extends BasicConnectorView>protected String getBorderColor(Edge<ViewConnector<W>,Node> element)
getBorderColor in class BasicConnector<W,V extends BasicConnectorView>protected Double getBorderSize(Edge<ViewConnector<W>,Node> element)
getBorderSize in class BasicConnector<W,V extends BasicConnectorView>protected Double getBorderAlpha(Edge<ViewConnector<W>,Node> element)
getBorderAlpha in class BasicConnector<W,V extends BasicConnectorView>protected W getDefinition(Edge<ViewConnector<W>,Node> element)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.