Packagecom.yworks.graph.input
Interfacepublic interface ILabelConfiguration
Implementors LabelConfiguration

A set of parameters which determine a label's configuration.

Currently, this interface is only used by the GraphEditorInputMode for creation of new labels.



Public Properties
 PropertyDefined By
  parameter : ILabelModelParameter
[read-only] The label model parameter.
ILabelConfiguration
  preferredSize : ISize
[read-only] The preferred size of the label.
ILabelConfiguration
  style : ILabelStyle
[read-only] The label style.
ILabelConfiguration
Property Detail
parameterproperty
parameter:ILabelModelParameter  [read-only]

The label model parameter.


Implementation
    public function get parameter():ILabelModelParameter
preferredSizeproperty 
preferredSize:ISize  [read-only]

The preferred size of the label.


Implementation
    public function get preferredSize():ISize
styleproperty 
style:ILabelStyle  [read-only]

The label style.


Implementation
    public function get style():ILabelStyle