PulpCore

Uses of Class
pulpcore.sprite.Group

Packages that use Group
pulpcore.animation.event Provides classes for timeline events. 
pulpcore.scene Provides the Scene class and a few Scene implementations. 
pulpcore.sprite Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. 
 

Uses of Group in pulpcore.animation.event
 

Constructors in pulpcore.animation.event with parameters of type Group
AddSpriteEvent(Group group, Sprite sprite, int delay)
           
RemoveSpriteEvent(Group group, Sprite sprite, int delay)
          Removes the specified sprite from the specified group after the delay.
 

Uses of Group in pulpcore.scene
 

Methods in pulpcore.scene that return Group
 Group Scene2D.getMainLayer()
          Returns the main (bottom) layer.
 

Methods in pulpcore.scene with parameters of type Group
 void Scene2D.addLayer(Group layer)
          Adds the specified Group as the top-most layer.
 void Scene2D.removeLayer(Group layer)
          Removes the specified layer.
 

Uses of Group in pulpcore.sprite
 

Subclasses of Group in pulpcore.sprite
 class ScrollPane
          A ScrollPane is a Viewport with scroll bars that appear as needed.
 class Viewport
          A Viewport is a Group whose contents can scroll, and the contents outside the bounds of the Group are not visible.
 

Methods in pulpcore.sprite that return Group
static Group Label.createMultilineLabel(CoreFont font, String text, double x, double y)
          Creates a Group of Labels with the specified Font.
static Group Label.createMultilineLabel(CoreFont font, String text, double x, double y, int viewWidth)
          Creates a Group of Labels with the specified Font.
static Group Label.createMultilineLabel(CoreFont font, String text, int x, int y)
          Creates a Group of Labels with the specified Font.
static Group Label.createMultilineLabel(CoreFont font, String text, int x, int y, int viewWidth)
          Creates a Group of Labels with the specified Font.
static Group Label.createMultilineLabel(String text, double x, double y)
          Creates a Group of Labels with the system font.
static Group Label.createMultilineLabel(String text, double x, double y, int viewWidth)
          Creates a Group of Labels with the system font.
static Group Label.createMultilineLabel(String text, int x, int y)
          Creates a Group of Labels with the system font.
static Group Label.createMultilineLabel(String text, int x, int y, int viewWidth)
          Creates a Group of Labels with the system font.
 Group Viewport.getContentPane()
           
 Group ScrollPane.getContentPane()
           
 Group Sprite.getParent()
          Gets this Sprite's parent Group, or null if this Sprite does not have a parent.
 Group Sprite.getRoot()
          Gets this Sprite's oldest ancestor Group, or null if this Sprite does not have a parent.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.