abstract class Connector extends OMSVGPathElement
| Constructor and Description |
|---|
Connector(String linkID)
Creates a Connector.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isLongEnough(int x0,
int midX,
int linkHeight)
Answers whether the path is long enough to bother drawing.
|
(package private) boolean |
isVisible()
Answers whether this connector is nominally visible.
|
(package private) Element |
link()
The link that is joined to the vote track by this connector.
|
(package private) int |
linkSink(int height)
The vertical distance from the top of the link to where the connector is drawn.
|
(package private) void |
setVisible(boolean toBe)
Sets the visibility of this connector.
|
addActivateHandler, addClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addFocusInHandler, addFocusOutHandler, addLoadHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, createSVGPathSegArcAbs, createSVGPathSegArcRel, createSVGPathSegClosePath, createSVGPathSegCurvetoCubicAbs, createSVGPathSegCurvetoCubicRel, createSVGPathSegCurvetoCubicSmoothAbs, createSVGPathSegCurvetoCubicSmoothRel, createSVGPathSegCurvetoQuadraticAbs, createSVGPathSegCurvetoQuadraticRel, createSVGPathSegCurvetoQuadraticSmoothAbs, createSVGPathSegCurvetoQuadraticSmoothRel, createSVGPathSegLinetoAbs, createSVGPathSegLinetoHorizontalAbs, createSVGPathSegLinetoHorizontalRel, createSVGPathSegLinetoRel, createSVGPathSegLinetoVerticalAbs, createSVGPathSegLinetoVerticalRel, createSVGPathSegMovetoAbs, createSVGPathSegMovetoRel, getAnimatedNormalizedPathSegList, getAnimatedPathSegList, getBBox, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getNearestViewportElement, getNormalizedPathSegList, getPathLength, getPathSegAtLength, getPathSegList, getPointAtLength, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTotalLength, getTransform, getTransformToElement, getXmllang, getXmlspace, hasExtension, setXmllang, setXmlspaceaddClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbasegetAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNSaddDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfireEventaddClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseValfinal boolean isLongEnough(int x0, int midX, int linkHeight)
final boolean isVisible()
setVisible(boolean)final void setVisible(boolean toBe)
isVisible()final int linkSink(int height)
height - the height of the link element.