| Package | com.yworks.graph.input |
| Interface | public interface ILabelConfiguration |
| Implementors | LabelConfiguration |
Currently, this interface is only used by the GraphEditorInputMode
for creation of new labels.
| Property | Defined 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 | ||
| parameter | property |
parameter:ILabelModelParameter [read-only] The label model parameter.
public function get parameter():ILabelModelParameter| preferredSize | property |
preferredSize:ISize [read-only] The preferred size of the label.
public function get preferredSize():ISize| style | property |
style:ILabelStyle [read-only] The label style.
public function get style():ILabelStyle