Name

LzTextSprite() (svg)

Synopsis

JavaScript: LzTextSprite
Type: Function
Access: private
Runtimes: svg
Topic: Kernel.SVG
Declared in: WEB-INF/lps/lfc/kernel/svg/LzTextSprite.js

Description

LzTextSprite.js

Details

Methods (17)

getText()
private function getText();
Returns the string represented in the text field @return: The string in the text field
getTextfieldHeight()
private function getTextfieldHeight();
getTextHeight()
private function getTextHeight();
getTextSize()
private function getTextSize(string);
getTextWidth()
private function getTextWidth();
__initTextProperties()
private function __initTextProperties(args);
setColor()
private function setColor();
setFont()
private function setFont();
setFontName()
private function setFontName(fname);
setFontSize()
private function setFontSize(fsize);
setFontStyle()
private function setFontStyle(fstyle);
setFormat()
private function setFormat();
Sets the format string for the text field.
setMultiline()
private function setMultiline(m);
setResize()
private function setResize();
setSelectable()
private function setSelectable();
setText()
private function setText(t);
setTextColor()
private function setTextColor();

JavaScript Synopsis

private function LzTextSprite(owner);