C

InteriorNodeLabelModel

A label model for node labels that lie inside the node's layout bounds.
ImplementsInheritance Hierarchy

Remarks

This label model supports nine positions inside the layout's bounds.

It uses the label's preferredSize for the size of the label layout.

See Also

Developer's Guide

Members

No filters for this type

Constructors

Creates a new instance of this model with zero margins.

Parameters

Properties

Gets or sets the padding to use within the node's layout.
The default is (2,2,2,2)
conversion

Methods

Creates the parameter for the given position.

Parameters

position: InteriorNodeLabelModelPosition
The position.

Return Value

InteriorNodeLabelModelParameter
The parameter for the given position.
Provides a lookup context for the given label.

Parameters

label: ILabel
The label to use in the context.

Return Value

ILookup
An implementation of the ILookup interface that can be used to query additional aspects of the label.
Calculates the geometry of the given label using the given model parameter.
final

Parameters

label: ILabel
The label to calculate the geometry for.
layoutParameter: ILabelModelParameter
A parameter that is compatible with this model. Typically, this is a parameter that has been created by this model, and its property model returns this instance.

Return Value

IOrientedRectangle
An IOrientedRectangle that describes the geometry of the label. This is typically designed as a flyweight, therefore clients should not cache the instance but store the values if they need a snapshot for later use.
Returns the minimum size this model would require for the node owner of the label if the given label were used with the provided parameter.

Parameters

label: ILabel
The label to use.
layoutParameter: ILabelModelParameter
The parameter to use.

Return Value

Size
The minimum size requirements for this label.
Returns the padding this model would require for the node owner of the label if the given label were used with the provided parameter.

Parameters

label: ILabel
The label to use.
layoutParameter: ILabelModelParameter
The parameter to use.

Return Value

Insets
The padding rectangle.

Constants

A predefined parameter instance that places the label inside the node at the bottom.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node in the lower left corner.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node in the lower right corner.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label at the center of the node.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node on the left side.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node on the right side.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node at the top.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node in the upper left corner.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs

A predefined parameter instance that places the label inside the node in the upper right corner.
This parameter's model is immutable. Trying to change its padding property will raise an InvalidOperationError.
static

Sample Graphs