MindFusion.Java Package Programmer's Guide
SvgNode Members
Constructors Fields Methods
 


Represents nodes that can render SVG drawings.

The following tables list the members exposed by the SvgNode type.

 Public Constructors

  Name Description

SvgNode

Overloaded.  

 Protected Fields

  Name Description

allowIncomingLinks

  (Inherited from DiagramNode.)

allowOutgoingLinks

  (Inherited from DiagramNode.)

anchorPattern

  (Inherited from DiagramNode.)

AV_Cancel

  (Inherited from DiagramNode.)

AV_EndModIncoming

  (Inherited from DiagramNode.)

AV_EndModOutgoing

  (Inherited from DiagramNode.)

AV_StartModIncoming

  (Inherited from DiagramNode.)

AV_StartModOutgoing

  (Inherited from DiagramNode.)

AV_UpdateIncoming

  (Inherited from DiagramNode.)

AV_UpdateOutgoing

  (Inherited from DiagramNode.)

AV_UpdIntscIncoming

  (Inherited from DiagramNode.)

AV_UpdIntscOutgoing

  (Inherited from DiagramNode.)

AV_UpdPosIncoming

  (Inherited from DiagramNode.)

AV_UpdPosOutgoing

  (Inherited from DiagramNode.)

bounds

  (Inherited from DiagramNode.)

brush

  (Inherited from DiagramItem.)

cycleDetected

  (Inherited from DiagramItem.)

cycleProtect

  (Inherited from DiagramItem.)

enabledHandles

  (Inherited from DiagramNode.)

handlesStyle

  (Inherited from DiagramNode.)

incomingLinks

  (Inherited from DiagramNode.)

masterGroup

  (Inherited from DiagramNode.)

modifyDX

  (Inherited from DiagramItem.)

modifyDY

  (Inherited from DiagramItem.)

modifyHandle

  (Inherited from DiagramItem.)

modifying

  (Inherited from DiagramItem.)

obstacle

  (Inherited from DiagramNode.)

outgoingLinks

  (Inherited from DiagramNode.)

pen

  (Inherited from DiagramItem.)

ptEnd

  (Inherited from DiagramItem.)

ptMdfLast

  (Inherited from DiagramItem.)

ptOrg

  (Inherited from DiagramItem.)

ptSavedEnd

  (Inherited from DiagramItem.)

ptSavedOrg

  (Inherited from DiagramItem.)

savedBounds

  (Inherited from DiagramNode.)

subordinateGroup

  (Inherited from DiagramItem.)

 Public Methods

  Name Description

addLabel

Overloaded.   (Inherited from DiagramNode.)

as

Down-casts the item to specified type. (Inherited from DiagramItem.)

attachTo

Overloaded.   (Inherited from DiagramNode.)

clone

Creates a copy of this item. (Inherited from DiagramItem.)

containsPoint

Overloaded.   (Inherited from ShapeNode.)

detach

Detaches a node from its master group. (Inherited from DiagramNode.)

getAllIncomingLinks

Gets a collection of all links entering this node. (Inherited from DiagramNode.)

getAllLinks

Gets all links connected to this node. (Inherited from DiagramNode.)

getAllOutgoingLinks

Gets a collection of all links going out of this node. (Inherited from DiagramNode.)

getAllowFlip

Gets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge. (Inherited from ShapeNode.)

getAllowIncomingLinks

Gets a value indicating whether users are allowed to draw links to this node. (Inherited from DiagramNode.)

getAllowOutgoingLinks

Gets a value indicating whether users are allowed to draw links from this node. (Inherited from DiagramNode.)

getAnchorPattern

Gets the anchor points to which link end points are aligned when links connect to this node. (Inherited from DiagramNode.)

getBounds

Gets the node location and size. (Inherited from DiagramNode.)

getBrush

Gets the brush used to fill the item's interior. (Inherited from DiagramItem.)

getCenter

Returns the center point of this node. (Inherited from DiagramNode.)

getConstraints

Gets the movement and size constraints applied to a node. (Inherited from DiagramNode.)

getContainer

Gets the parent ContainerNode containing this node. (Inherited from DiagramNode.)

getContent

Gets an SvgContent instance representing the SVG drawing rendered in this node.

getContentAlign

Gets the alignment of the SvgContent displayed in this node.

getCustomDraw

Gets a value indicating what type of custom drawing to perform on a node. (Inherited from ShapeNode.)

getEditRect

Implements InplaceEditable.getEditRect. Returns the rectangle where the in-place edit text box should appear (in document coordinates). (Inherited from ShapeNode.)

getEffectiveBrush

Gets the effective brush of the item. (Inherited from DiagramItem.)

getEffectiveFont

Gets the currently effective font of the item. This property returns getFont if it is not null, or a font with the DiagramItemStyle.getFontFamily, DiagramItemStyle.getFontSize, and DiagramItemStyle.getFontStyle properties of the item's style. (Inherited from DiagramItem.)

getEffectivePen

Gets the effective pen of the item. (Inherited from DiagramItem.)

getEffectiveShadowBrush

Creates a Brush object representing the currently effective shadow brush of the item. This method returns a system brush corresponding to the item's getShadowBrush if the item's getShadowBrush is not null, or a system brush corresponding to the DiagramItemStyle.getShadowBrush property of the item's style. (Inherited from DiagramItem.)

getEffectiveTextBrush

Gets the effective text brush of the item. (Inherited from DiagramItem.)

getEffects

Gets a collection with all effects applied to this node. (Inherited from DiagramNode.)

getEnabledHandles

Gets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node. This effectively controls what kind of modifications users are allowed to perform on this node. (Inherited from DiagramNode.)

getEnableStyledText

Gets a value indicating whether the text of a node contains formatting tags which should be processed by JDiagram. (Inherited from ShapeNode.)

getExpandable

Gets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node. (Inherited from DiagramNode.)

getExpanded

Gets a value indicating whether the tree branch that starts from a node is expanded or collapsed. (Inherited from DiagramNode.)

getFlipX

Gets a value indicating whether the node's shape is flipped horizontally. (Inherited from ShapeNode.)

getFlipY

Gets a value indicating whether the node's shape is flipped vertically. (Inherited from ShapeNode.)

getFont

Gets the font used to draw the text label of a node. (Inherited from ShapeNode.)

getHandlesStyle

Gets a value indicating how the node adjustment handles behave and what do they look like. (Inherited from DiagramNode.)

getHyperLink

Gets the hyperlink associated with an item. (Inherited from DiagramItem.)

getId

Gets user-defined identifier associated with this item. (Inherited from DiagramItem.)

getIgnoreLayout

Gets a value indicating whether an item should be ignored by the automatic layout algorithms. (Inherited from DiagramItem.)

getImage

Gets the image displayed inside this node. (Inherited from ShapeNode.)

getImageAlign

Gets the alignment of the node's image. (Inherited from ShapeNode.)

getImagePadding

Gets the padding distance between node's borders and Image. (Inherited from ShapeNode.)

getImageUrl

Gets a URL used to load an image into this cell. (Inherited from ShapeNode.)

getIncomingLinks

Gets the links coming into a node. (Inherited from DiagramNode.)

getLabels

Returns the list of supplementary labels displayed by this node. (Inherited from DiagramNode.)

getLayerIndex

Gets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer. (Inherited from DiagramItem.)

getLayoutTraits

Returns a hashtable containing properties specific to layout algorithms. (Inherited from DiagramItem.)

getLocalCenter

  (Inherited from DiagramNode.)

getLocked

Gets a value indicating whether users are allowed to modify an item. (Inherited from DiagramItem.)

getMasterGroup

Gets the hierarchical group in which this node is a subordinate item. (Inherited from DiagramNode.)

getMasterItem

Returns the node's Container or main item of MasterGroup. (Inherited from DiagramNode.)

getNearestBorderPoint

Returns a point that lies on the outline of this node, at the shortest distance from the specified point. (Inherited from DiagramNode.)

getObstacle

Gets a value indicating whether the link routing algorithm should consider this node an obstacle. (Inherited from DiagramNode.)

getOpacity

Gets the opacity of this item. (Inherited from DiagramItem.)

getOutgoingLinks

Gets the links going out from a node. (Inherited from DiagramNode.)

getParent

Gets the diagram that contains this item. (Inherited from DiagramItem.)

getPen

Gets the pen used to draw the item frame lines. (Inherited from DiagramItem.)

getPlainText

Gets the plain text extracted from the formatted text by removing the formatting tags. (Inherited from ShapeNode.)

getPrintable

Gets a value indicating whether an item will be printed. (Inherited from DiagramItem.)

getRotatedBounds

Gets the bounding rectangle of this node, when it is rotated at the specified angle around the specified pivot. (Inherited from DiagramNode.)

getRotateImage

Gets a value indicating whether the image displayed inside a node should rotate together with the node. (Inherited from ShapeNode.)

getRotateText

Gets a value indicating whether the text displayed inside a node should rotate together with the node. (Inherited from ShapeNode.)

getRotationAngle

Gets the rotation angle of this node. (Inherited from DiagramNode.)

getRuntimeIndex

For internal use. (Inherited from DiagramItem.)

getSelected

Gets a value indicating whether this item is selected. (Inherited from DiagramItem.)

getShadowBrush

Gets the brush used to paint the item's shadow. (Inherited from DiagramItem.)

getShadowOffsetX

Gets the horizontal distance between a shadow and the item that casts it. (Inherited from DiagramItem.)

getShadowOffsetY

Gets the vertical distance between a shadow and the item that casts it. (Inherited from DiagramItem.)

getShape

Gets the shape of a node. (Inherited from ShapeNode.)

getShapeOrientation

Gets an orientation angle applied to the shape definition before the shape points are mapped to the node's bounding rectangle. (Inherited from ShapeNode.)

getStyle

Gets the style associated with the item. (Inherited from DiagramItem.)

getSubordinateGroup

Gets the group of subordinated items attached to this one. (Inherited from DiagramItem.)

getSvgUrl

Gets a URL used to load an SVG file into this node.

getTag

Gets user-defined data assigned to an item. (Inherited from DiagramItem.)

getText

Gets the text displayed inside this node. (Inherited from ShapeNode.)

getTextBrush

Gets the brush used to paint texts inside the item. (Inherited from DiagramItem.)

getTextFormat

Gets a TextFormat object specifying how to format and align the text of this node. (Inherited from ShapeNode.)

getTextPadding

Gets the spacing between the item boundaries and its text. (Inherited from DiagramItem.)

getTextToEdit

Implements InplaceEditable.getTextToEdit. Returns the text that should be displayed initially when this node is edited in-place. (Inherited from ShapeNode.)

getToolTip

Gets the tooltip text displayed when the pointer rests over this item. (Inherited from DiagramItem.)

getTransparent

Gets a value indicating whether only the text and image of a node should be drawn on the screen. (Inherited from ShapeNode.)

getVisible

Gets a value indicating whether an item is visible. (Inherited from DiagramItem.)

getWeight

Gets a weight value used in layout and path-finding algorithms. (Inherited from DiagramItem.)

getZIndex

Gets the position of an item within the diagram's Z-order. (Inherited from DiagramItem.)

hasSubordinates

Checks whether there are any nodes attached to this item. (Inherited from DiagramItem.)

hitTest

Returns the diagram item that contains the specified point. (Inherited from DiagramItem.)

hitTestHandle

DiagramItem.hitTestHandle override. (Inherited from DiagramNode.)

init

Returns a ShapeNodeBuilder object used to configure this ShapeNode instance. (Inherited from ShapeNode.)

initSvg

Returns an SvgNodeBuilder object used to configure this SvgNode instance.

labelFromPoint

Returns the label whose layout rectangle contains the specified point. (Inherited from DiagramNode.)

moveTo

Moves a node to the specified location. (Inherited from DiagramNode.)

nodesIntersect

Determines whether two nodes intersect. (Inherited from DiagramNode.)

onDragOut

Invoked when a diagram item is being dragged out of this node. (Inherited from DiagramNode.)

onDragOver

Invoked when a diagram item is being dragged over this node. (Inherited from DiagramNode.)

onDropOver

Invoked when a diagram item is dropped over this node. (Inherited from DiagramNode.)

query

Returns the items that can be reached from this item by following the path specified in the given query expression. (Inherited from DiagramItem.)

readExternal

Deserializes the object from the specified reader.

removeLabel

Removes the specified label from this node. (Inherited from DiagramNode.)

renderText

  (Inherited from ShapeNode.)

resize

Sets the size of a node. (Inherited from DiagramNode.)

resizeToFitImage

Resizes a node so that it will be as big as the image displayed in the node. (Inherited from ShapeNode.)

resizeToFitText

Makes a node big enough to display its text without clipping. (Inherited from ShapeNode.)

setAllowFlip

Sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge. (Inherited from ShapeNode.)

setAllowIncomingLinks

Sets a value indicating whether users are allowed to draw links to this node. (Inherited from DiagramNode.)

setAllowOutgoingLinks

Sets a value indicating whether users are allowed to draw links from this node. (Inherited from DiagramNode.)

setAnchorPattern

Sets the anchor points to which link end points are aligned when links connect to this node. (Inherited from DiagramNode.)

setBounds

Overloaded.   (Inherited from DiagramNode.)

setBoundsDirect

For internal use. (Inherited from DiagramNode.)

setBrush

Sets the brush used to fill the item's interior. (Inherited from DiagramItem.)

setConstraints

Sets constraints to the node size and movement direction. The constraints are applied when a user modifies the node interactively. They are not checked when the position of a node is set programmatically. (Inherited from DiagramNode.)

setContent

Sets an SvgContent instance representing the SVG drawing rendered in this node.

setContentAlign

Sets the alignment of the SvgContent displayed in this node.

setCustomDraw

Sets a value indicating what type of custom drawing to perform on a node. (Inherited from ShapeNode.)

setEditedText

Implements InplaceEditable.setEditedText. Assigns the edited text to this node after in-place edit operation completes successfully. (Inherited from ShapeNode.)

setEnabledHandles

Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node. This effectively controls what kind of modifications users are allowed to perform on this node. (Inherited from DiagramNode.)

setEnableStyledText

Sets a value indicating whether the text of a node contains formatting tags which should be processed by JDiagram. (Inherited from ShapeNode.)

setExpandable

Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node. (Inherited from DiagramNode.)

setExpanded

Expands or collapses the tree branch that starts from a node. (Inherited from DiagramNode.)

setExpandedFlag

Changes the "expanded" flag without actually expanding or collapsing the tree branch that starts from a node. (Inherited from DiagramNode.)

setFlipX

Sets a value indicating whether the node's shape is flipped horizontally. (Inherited from ShapeNode.)

setFlipY

Sets a value indicating whether the node's shape is flipped vertically. (Inherited from ShapeNode.)

setFont

Sets the font used to draw the text label of a node. (Inherited from ShapeNode.)

setHandlesStyle

Sets a value indicating how the node adjustment handles behave and what do they look like. (Inherited from DiagramNode.)

setHyperLink

Sets the hyperlink associated with an item. (Inherited from DiagramItem.)

setId

Assigns user-defined identifier to this item. (Inherited from DiagramItem.)

setIgnoreLayout

Sets a value indicating whether an item should be ignored by the automatic layout algorithms. (Inherited from DiagramItem.)

setImage

Sets the image that should be displayed inside the node. (Inherited from ShapeNode.)

setImageAlign

Sets the alignment of the node's image. (Inherited from ShapeNode.)

setImagePadding

Sets the padding distance between node's borders and Image. (Inherited from ShapeNode.)

setImageUrl

Sets a URL used to load an image into this cell. (Inherited from ShapeNode.)

setLayerIndex

Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer. (Inherited from DiagramItem.)

setLocked

Sets a value indicating whether users are allowed to modify an item. (Inherited from DiagramItem.)

setObstacle

Sets a value indicating whether the link routing algorithm should consider this node an obstacle. (Inherited from DiagramNode.)

setOpacity

Sets the opacity of this item. (Inherited from DiagramItem.)

setPen

Sets the pen used to draw the item frame lines. (Inherited from DiagramItem.)

setPrintable

Sets a value indicating whether an item will be printed. (Inherited from DiagramItem.)

setRotateImage

Sets a value indicating whether the image displayed inside a node should rotate together with the node. (Inherited from ShapeNode.)

setRotateText

Sets a value indicating whether the text displayed inside a node should rotate together with the node. (Inherited from ShapeNode.)

setRotationAngle

Sets the rotation angle of a node. (Inherited from DiagramNode.)

setSelected

Selects or deselects an item. (Inherited from DiagramItem.)

setShadowBrush

Sets the brush used to paint the item's shadow. (Inherited from DiagramItem.)

setShadowOffsetX

Sets the horizontal distance between a shadow and the item that casts it. (Inherited from DiagramItem.)

setShadowOffsetY

Sets the vertical distance between a shadow and the item that casts it. (Inherited from DiagramItem.)

setShape

Sets the shape of a node to the specified Shape instance. The initial shape of a node is the one set by the setDefaultShape method. (Inherited from ShapeNode.)

setShapeOrientation

Sets an orientation angle applied to the shape definition before the shape points are mapped to the node's bounding rectangle. (Inherited from ShapeNode.)

setStyle

Sets the style associated with the item. (Inherited from DiagramItem.)

setSvgUrl

Sets a URL used to load an SVG file into this node.

setTag

Assigns user-defined data to an item. If the tag object is serializable, it will be automatically saved when serializing the diagram into binary format. When serializing to XML, you can save the tag by handling the DiagramListener.serializeTag event. (Inherited from DiagramItem.)

setText

Sets the text label displayed inside this node. (Inherited from ShapeNode.)

setTextBrush

Sets the brush used to paint texts inside the item. (Inherited from DiagramItem.)

setTextFormat

Sets a TextFormat object specifying how to format and align the text of this node. (Inherited from ShapeNode.)

setTextPadding

Sets the spacing between the item boundaries and its text. (Inherited from DiagramItem.)

setToolTip

Sets the tooltip text that should be displayed when the pointer rests over this item. (Inherited from DiagramItem.)

setTransparent

Sets a value indicating whether only the text and image of a node should be drawn on the screen. (Inherited from ShapeNode.)

setVisible

Sets a value indicating whether an item is visible. (Inherited from DiagramItem.)

setWeight

Sets a weight value used in layout and path-finding algorithms. (Inherited from DiagramItem.)

setZIndex

Sets the position of an item within the diagram's Z-order. (Inherited from DiagramItem.)

with

Returns a ShapeNodeBuilder object used to configure and create new ShapeNode instances. (Inherited from ShapeNode.)

withSvg

Returns an SvgNodeBuilder object used to configure and create new SvgNode instances.

writeExternal

Serializes the object to the specified writer.

zBottom

Moves an item to the bottom of the Z order. (Inherited from DiagramItem.)

zLevelDown

Moves an item down in the Z order. (Inherited from DiagramItem.)

zLevelUp

Moves an item up in the Z order. (Inherited from DiagramItem.)

zTop

Moves an item to the top of the Z order. (Inherited from DiagramItem.)

 Protected Methods

  Name Description

allowCreate

DiagramItem.allowCreate override. (Inherited from DiagramNode.)

allowModify

  (Inherited from DiagramNode.)

allowModifyImpl

  (Inherited from DiagramNode.)

cancelModify

  (Inherited from ShapeNode.)

completeCreate

DiagramItem.completeCreate override. (Inherited from DiagramNode.)

completeModify

  (Inherited from DiagramNode.)

constraintsInfringed

  (Inherited from DiagramNode.)

createConnectionPoint

  (Inherited from ShapeNode.)

createProperties

DiagramItem.createProperties override.

createState

  (Inherited from ShapeNode.)

draw

DiagramItem.draw override. (Inherited from DiagramNode.)

drawLocal

DiagramNode.drawLocal override. (Inherited from ShapeNode.)

drawShadow

DiagramItem.drawShadow override. (Inherited from DiagramNode.)

drawShadowLocal

DiagramNode.drawShadowLocal override. (Inherited from ShapeNode.)

getImageRect

  (Inherited from ShapeNode.)

getLocalBounds

Gets this node's bounding rectangle in local coordinates. (Inherited from DiagramNode.)

getLocalBoundsD

Gets this node's bounding rectangle in local coordinates. (Inherited from DiagramNode.)

getMeasureUnit

  (Inherited from DiagramItem.)

getRepaintRect

DiagramItem.getRepaintRect override. (Inherited from ShapeNode.)

getValue

Gets the effective value of the style property with the specified name. (Inherited from DiagramItem.)

groupContains

  (Inherited from DiagramNode.)

loadFromJson

Loads the node from a JSON object.

loadFromXml

Loads the node's content from an XML element.

move

  (Inherited from DiagramNode.)

onAdd

DiagramItem.onAdd override. (Inherited from ShapeNode.)

onChangeFont

  (Inherited from DiagramItem.)

onChangeTextPadding

Called when the value of TextPadding changes. (Inherited from ShapeNode.)

onChildModified

Called when a group child node has been modified. Override this method if you need to know when a node from the SubordinateGroup is modified. (Inherited from DiagramItem.)

onClick

Invoked when the user clicks this item. (Inherited from DiagramItem.)

onDoubleClick

Invoked when the user double-clicks this item. (Inherited from DiagramItem.)

onLoad

DiagramItem.onLoad override. (Inherited from ShapeNode.)

onMeasureUnitChanged

Called when the diagram's MeasureUnit changes. (Inherited from DiagramItem.)

onModify

Called when an item is modified (Inherited from DiagramNode.)

onRemove

Called when an item is removed from a Diagram, either by the user, programmatically or by undo / redo. (Inherited from DiagramNode.)

onRotationAngleChanged

DiagramNode.onRotationAngleChanged override. (Inherited from ShapeNode.)

onStyleChanged

Invoked when the associated style or theme have changed. (Inherited from DiagramItem.)

onStyleFontChanged

DiagramItem.onStyleFontChanged override. (Inherited from ShapeNode.)

onUpdateBounds

  (Inherited from ShapeNode.)

parentConstraintsInfringed

  (Inherited from DiagramNode.)

putExpandable

  (Inherited from DiagramNode.)

putSelected

  (Inherited from DiagramItem.)

rectFromPoints

  (Inherited from DiagramNode.)

repaint

Overloaded.   (Inherited from DiagramItem.)

resizeToFitImage

  (Inherited from DiagramNode.)

restoreProperties

DiagramNode.restoreProperties override.

restoreState

  (Inherited from ShapeNode.)

saveProperties

DiagramNode.saveProperties override.

saveState

  (Inherited from ShapeNode.)

saveToJson

Saves the node as a JSON object.

saveToXml

Saves the node's content into an XML element.

scaleElements

Scales the node's elements by specified amount. (Inherited from DiagramNode.)

setDiagramDirty

Marks the diagram as changed. (Inherited from DiagramItem.)

setReflexive

Invoked to let a node set the shape of a reflexive link connected to it. (Inherited from DiagramNode.)

shouldRender

Determines whether the item is rendered in the current context. (Inherited from DiagramItem.)

shouldRenderAnchors

Determines whether the node should render its anchor points. (Inherited from DiagramNode.)

startCreate

DiagramItem.startCreate override. (Inherited from DiagramNode.)

startModify

DiagramItem.startModify override. Invoked when the user starts modifying this node interactively. (Inherited from DiagramNode.)

updateCreate

DiagramItem.updateCreate override. (Inherited from DiagramNode.)

updateLinkPositions

  (Inherited from DiagramNode.)

updateModify

  (Inherited from ShapeNode.)

 See Also

SvgNode Class
com.mindfusion.diagramming Namespace