playn.flash
Class FlashLayer

java.lang.Object
  extended by playn.core.AbstractLayer
      extended by playn.flash.FlashLayer
All Implemented Interfaces:
Layer
Direct Known Subclasses:
FlashGroupLayer, FlashImageLayer, FlashSurfaceLayer

public class FlashLayer
extends AbstractLayer


Nested Class Summary
 
Nested classes/interfaces inherited from class playn.core.AbstractLayer
AbstractLayer.Flag, AbstractLayer.Interaction<L>, AbstractLayer.Interactor<L>
 
Nested classes/interfaces inherited from interface playn.core.Layer
Layer.HasSize, Layer.HitTester, Layer.Util
 
Field Summary
protected  DisplayObject displayObject
           
 
Fields inherited from class playn.core.AbstractLayer
alpha, depth, flags, hitTester, originX, originY, rootInteractor, transform
 
Constructor Summary
FlashLayer(DisplayObject displayObject)
           
 
Method Summary
 void setAlpha(float alpha)
           
 void setVisible(boolean visible)
           
 void update()
           
protected  void updateChildren()
           
 
Methods inherited from class playn.core.AbstractLayer
addListener, addListener, addListener, alpha, depth, destroy, destroyed, height, hitTest, hitTestDefault, interactive, isSet, onAdd, onRemove, originX, originY, parent, setDepth, setFlag, setHitTester, setInteractive, setOrigin, setParent, setRotation, setScale, setScale, setShader, setTranslation, transform, visible, width
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayObject

protected final DisplayObject displayObject
Constructor Detail

FlashLayer

public FlashLayer(DisplayObject displayObject)
Method Detail

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface Layer
Overrides:
setVisible in class AbstractLayer

setAlpha

public void setAlpha(float alpha)
Specified by:
setAlpha in interface Layer
Overrides:
setAlpha in class AbstractLayer

update

public void update()

updateChildren

protected void updateChildren()


Copyright © 2012. All Rights Reserved.