| Package | com.yworks.graph.model |
| Class | public class LabelDecorator |
| Inheritance | LabelDecorator ItemDecorator Object |
ItemDecorator that is specifically tailored for ILabels.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | actionButtonProviderDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IActionButtonProvider
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | clipboardHelperDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IClipboardHelper
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | decorator : ILookupDecorator
The decorator to use. | ItemDecorator | |
![]() | focusPaintableDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IFocusPaintableInstaller
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | handleProviderDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IHandleProvider
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | highlightDecorator : 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 | ||
![]() | marqueeTestableDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IMarqueeTestable
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | mementoSupportDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IMementoSupport
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | positionHandlerDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the IPositionHandler
type for the type of items this instance has been created for. | ItemDecorator | |
![]() | selectionDecorator : LookupDecorator [read-only]
The LookupDecorator that decorates the ISelectionPaintable
type for the type of items this instance has been created for. | ItemDecorator | |
| Method | Defined By | ||
|---|---|---|---|
LabelDecorator(decorator:ILookupDecorator)
Creates a new instance that uses the given decorator. | LabelDecorator | ||
| labelModelParameterFinderDecorator | property |
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.
public function get labelModelParameterFinderDecorator():LookupDecoratorSee also
| labelModelParameterProviderDecorator | property |
labelModelParameterProviderDecorator:LookupDecorator [read-only]
The LookupDecorator that decorates the ILabelModelParameterProvider
type for ILabels.
The ILabelModelParameterProvider provides possible
ILabelModelParameters for a given label and model.
public function get labelModelParameterProviderDecorator():LookupDecoratorSee also
| LabelDecorator | () | Constructor |
public function LabelDecorator(decorator:ILookupDecorator)Creates a new instance that uses the given decorator.
Parametersdecorator:ILookupDecorator — The decorator to use.
|