Interface that describes the geometry of a shape which has an interior and an exterior.
Inheritance Hierarchy
See Also
Developer's Guide
Demos
- Adjust the node boundaries to parts of the node visualization that lie outside of the node bounds
Members
No filters for this type
Methods
Returns the outline of the shape or null.
Returns the outline of the shape or
null.If
null is returned, callers may assume the canonical outline as result. For nodes, this is the node's layout.abstract
Return Value
- GeneralPath
- The outline or
nullif no outline can be provided.
Constants
A void implementation of the IShapeGeometry interface that does nothing and behaves like an empty geometry.
A void implementation of the IShapeGeometry interface that does nothing and behaves like an empty geometry.
Static Methods
Creates an implementation of the interface IShapeGeometry from the given definition.
Creates an implementation of the interface IShapeGeometry from the given definition.
The given object must contain exactly the abstract members of the IShapeGeometry interface. No member may be omitted and no additional members can be added. While additional custom members can later be added directly on the instance, this is discouraged.
static
Parameters
Return Value
- IShapeGeometry
- An instance of the IShapeGeometry interface based on the given definition.