Uses of Interface
net.avh4.framework.uilayer.scene.SceneElement

Packages that use SceneElement
net.avh4.framework.uilayer.scene   
 

Uses of SceneElement in net.avh4.framework.uilayer.scene
 

Classes in net.avh4.framework.uilayer.scene that implement SceneElement
 class ClippedElement
           
 class CompositeSceneElement
           
 class SceneCenteredText
           
 class SceneElementBase
           
 class SceneImage
           
 class SceneLabel
           
 class SceneLine
           
 class SceneOval
           
 class ScenePlaceholder
           
 class SceneRect
           
 class SceneText
           
 

Methods in net.avh4.framework.uilayer.scene with type parameters of type SceneElement
<T extends SceneElement>
T
Scene.add(T element)
          The provided element will be returned for convenience.
<T extends SceneElement>
T
Scene.findSceneElement(Class<T> elementType, String what)
           
<T extends SceneElement>
T
Scene.findSceneElement(String what)
           
 

Methods in net.avh4.framework.uilayer.scene that return types with arguments of type SceneElement
abstract  Iterable<SceneElement> CompositeSceneElement.getSceneElements()
           
 Iterator<SceneElement> Scene.iterator()
           
 

Constructors in net.avh4.framework.uilayer.scene with parameters of type SceneElement
Scene(SceneElement e)
           
SceneRenderer(SceneElement e)
           
 



Copyright © 2012. All Rights Reserved.