Packagecom.yworks.graph.model
Classpublic class LabelDecorator
InheritanceLabelDecorator Inheritance ItemDecorator Inheritance Object

A subclass of the ItemDecorator that is specifically tailored for ILabels.

See also

ItemDecorator


Public Properties
 PropertyDefined By
 InheritedactionButtonProviderDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IActionButtonProvider type for the type of items this instance has been created for.
ItemDecorator
 InheritedclipboardHelperDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IClipboardHelper type for the type of items this instance has been created for.
ItemDecorator
 Inheriteddecorator : ILookupDecorator
The decorator to use.
ItemDecorator
 InheritedfocusPaintableDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IFocusPaintableInstaller type for the type of items this instance has been created for.
ItemDecorator
 InheritedhandleProviderDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IHandleProvider type for the type of items this instance has been created for.
ItemDecorator
 InheritedhighlightDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IHighlightPaintableInstaller type for the type of items this instance has been created for.
ItemDecorator
  labelModelParameterFinderDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the ILabelModelParameterFinder type for ILabels.
LabelDecorator
  labelModelParameterProviderDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the ILabelModelParameterProvider type for ILabels.
LabelDecorator
 InheritedmarqueeTestableDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IMarqueeTestable type for the type of items this instance has been created for.
ItemDecorator
 InheritedmementoSupportDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IMementoSupport type for the type of items this instance has been created for.
ItemDecorator
 InheritedpositionHandlerDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the IPositionHandler type for the type of items this instance has been created for.
ItemDecorator
 InheritedselectionDecorator : LookupDecorator
[read-only] The LookupDecorator that decorates the ISelectionPaintable type for the type of items this instance has been created for.
ItemDecorator
Public Methods
 MethodDefined By
  
Creates a new instance that uses the given decorator.
LabelDecorator
Property Detail
labelModelParameterFinderDecoratorproperty
labelModelParameterFinderDecorator:LookupDecorator  [read-only]

The LookupDecorator that decorates the ILabelModelParameterFinder type for ILabels.

The ILabelModelParameterFinder finds the best ILabelModelParameter to approximate a given layout using a given ILabelModel.


Implementation
    public function get labelModelParameterFinderDecorator():LookupDecorator

See also

labelModelParameterProviderDecoratorproperty 
labelModelParameterProviderDecorator:LookupDecorator  [read-only]

The LookupDecorator that decorates the ILabelModelParameterProvider type for ILabels.

The ILabelModelParameterProvider provides possible ILabelModelParameters for a given label and model.


Implementation
    public function get labelModelParameterProviderDecorator():LookupDecorator

See also

Constructor Detail
LabelDecorator()Constructor
public function LabelDecorator(decorator:ILookupDecorator)

Creates a new instance that uses the given decorator.

Parameters
decorator:ILookupDecorator — The decorator to use.