Name

LzSprite() (svg)

Synopsis

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

Description

LzSprite.js

Details

Methods (51)

addChildSprite()
private function addChildSprite(sprite);
bringToFront()
private function bringToFront();
CSSDimension()
private function CSSDimension(value, units);
destroy()
private function destroy(recursive);
__findParents()
private function __findParents(prop);
getAttributeRelative()
private function getAttributeRelative(n, v);
getColor()
private function getColor(c);
getHeight()
private function getHeight();
getMCRef()
private function getMCRef();
getMouse()
private function getMouse(xy);
getPan()
private function getPan();
__getPos()
private function __getPos();
getVolume()
private function getVolume();
getWidth()
private function getWidth();
__globalmouseup()
private function __globalmouseup(e);
__gotImage()
private function __gotImage(url);
__incrementFrame()
private function __incrementFrame();
init()
private function init(v);
__LZsetClickRegion()
private function __LZsetClickRegion(cr);
__LZsetXOffset()
private function __LZsetXOffset(xoff);
__LZsetYOffset()
private function __LZsetYOffset(yoff);
__mouseEvent()
private function __mouseEvent(e, eventname);
play()
private function play(f);
preloadFrames()
private function preloadFrames();
sendToBack()
private function sendToBack();
setAccessible()
private function setAccessible(accessible);
setBGColor()
private function setBGColor(c);
setClickable()
private function setClickable(c);
setClip()
private function setClip(c);
setColor()
private function setColor(c);
setColorTransform()
private function setColorTransform(o);
__setFrame()
private function __setFrame(f);
setHeight()
private function setHeight(h);
setMaxLength()
private function setMaxLength(v);
setOpacity()
private function setOpacity(o);
setPan()
private function setPan(p);
setPattern()
private function setPattern(v);
setResource()
private function setResource(r);
setRotation()
private function setRotation(r);
setShowHandCursor()
private function setShowHandCursor(s : Boolean);
Shows or hides the hand cursor for this view.
setSource()
private function setSource(url);
setVisible()
private function setVisible(v);
setVolume()
private function setVolume(v);
setWidth()
private function setWidth(w);
setX()
private function setX(x);
setY()
private function setY(y);
stop()
private function stop(f);
stretchResource()
private function stretchResource(s : String);
Sets the view so that it stretches its resource in the given axis so that the resource is the same size as the view. The has the effect of distorting the coordinate system for all children of this view, so use this method with care.
updateClip()
private function updateClip();
__updateFrame()
private function __updateFrame(force);
__updateStretches()
private function __updateStretches();

Prototype Properties (25)

__children
private var __children = null;
clickable
private var clickable = false;
clip
private var clip = null;
frame
private var frame = 1;
frames
private var frames = null;
height
private var height = null;
loading
private var loading = false;
__LZclick
private var __LZclick = null;
__LZimg
private var __LZimg = null;
__LZrect
private var __LZrect = null;
opacity
private var opacity = null;
__parent
private var __parent = null;
playing
private var playing = false;
resource
private var resource = null;
resourceHeight
private var resourceHeight = null;
resourceWidth
private var resourceWidth = null;
rotation
private var rotation = 0.0;
source
private var source = null;
stretches
private var stretches = null;
text
private var text = null;
__topZ
private var __topZ = 1;
visible
private var visible = null;
width
private var width = null;
x
private var x = 0.0;
y
private var y = 0.0;

JavaScript Synopsis

private function LzSprite(owner, isroot);