Name
label —
a label for a chart
Description
|
Warning |
This component is of Beta quality and is subject to change. |
An abstract class that applies all features label.
Details
Methods (4)
-
getText()
-
<method name="getText" />
public function getText();
-
getTextHeight()
-
<method name="getTextHeight" />
public function getTextHeight();
-
getTextWidth()
-
<method name="getTextWidth" />
public function getTextWidth();
-
render()
-
<method name="render" args="txt" />
public function render(txt : string);
LZX Synopsis
<class name="
label">
<method name="
render
" args="
txt" />
</class>
JavaScript Synopsis
public
label {
prototype public function
getText
();
prototype public function
render
(
txt : string);
}