Packagecom.yworks.yfiles.layout
Interfacepublic interface LabelLayout
Implementors LabelLayoutImpl

This interface defines the properties of one label from the perspective of a labeling algorithm.



Public Properties
 PropertyDefined By
  box : YRectangle
[read-only] Returns the bounding box of the label
LabelLayout
  modelParameter : Object
Specifies the label model parameter that describes the position of this label.
LabelLayout
  orientedBox : YOrientedRectangle
[read-only] Returns the box of the label
LabelLayout
Property Detail
boxproperty
box:YRectangle  [read-only]

Returns the bounding box of the label


Implementation
    public function get box():YRectangle
modelParameterproperty 
modelParameter:Object

Specifies the label model parameter that describes the position of this label.


Implementation
    public function get modelParameter():Object
    public function set modelParameter(value:Object):void
orientedBoxproperty 
orientedBox:YOrientedRectangle  [read-only]

Returns the box of the label


Implementation
    public function get orientedBox():YOrientedRectangle