| Package | com.yworks.graph.input |
| Class | public class LabelConfiguration |
| Inheritance | LabelConfiguration Object |
| Implements | ILabelConfiguration |
ILabelConfiguration.
See also
| Property | Defined By | ||
|---|---|---|---|
| parameter : ILabelModelParameter
The label model parameter. | LabelConfiguration | ||
| preferredSize : ISize
The preferred size of the label. | LabelConfiguration | ||
| style : ILabelStyle
The label style. | LabelConfiguration | ||
| Method | Defined By | ||
|---|---|---|---|
LabelConfiguration(parameter:ILabelModelParameter = null, style:ILabelStyle = null, preferredSize:ISize = null)
Creates a new instance with the given model parameter, style and preferred size. | LabelConfiguration | ||
| parameter | property |
parameter:ILabelModelParameterThe label model parameter.
public function get parameter():ILabelModelParameter public function set parameter(value:ILabelModelParameter):void| preferredSize | property |
preferredSize:ISizeThe preferred size of the label.
public function get preferredSize():ISize public function set preferredSize(value:ISize):void| style | property |
style:ILabelStyleThe label style.
public function get style():ILabelStyle public function set style(value:ILabelStyle):void| LabelConfiguration | () | Constructor |
public function LabelConfiguration(parameter:ILabelModelParameter = null, style:ILabelStyle = null, preferredSize:ISize = null)Creates a new instance with the given model parameter, style and preferred size.
Parametersparameter:ILabelModelParameter (default = null) — The label model parameter.
| |
style:ILabelStyle (default = null) — The label style.
| |
preferredSize:ISize (default = null) — The preferred size of the label.
|