PulpCore

Uses of Class
pulpcore.sprite.Button

Packages that use Button
pulpcore.sprite Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. 
 

Uses of Button in pulpcore.sprite
 

Methods in pulpcore.sprite that return Button
protected  Button ScrollPane.createDownButton()
          Creates a down arrow button for the vertical scroll bar, using the default appearance.
static Button Button.createLabeledButton(CoreImage[] images, CoreFont font, String text, int x, int y)
           
static Button Button.createLabeledButton(CoreImage[] images, CoreFont font, String text, int x, int y, int textX, int textY, double textAnchorX, double textAnchorY, boolean offsetPressedText)
           
static Button Button.createLabeledButton(CoreImage[] images, CoreFont font, String text, int x, int y, int textX, int textY, double textAnchorX, double textAnchorY, boolean isToggleButton, boolean offsetPressedText)
           
static Button Button.createLabeledButton(CoreImage[] images, CoreFont font, String text, int x, int y, int textX, int textY, int textAnchor, boolean offsetPressedText)
          Deprecated.  
static Button Button.createLabeledButton(CoreImage[] images, CoreFont font, String text, int x, int y, int textX, int textY, int textAnchor, boolean isToggleButton, boolean offsetPressedText)
          Deprecated.  
static Button Button.createLabeledButton(String text, int x, int y)
           
static Button Button.createLabeledToggleButton(CoreImage[] images, CoreFont font, String text, int x, int y)
           
static Button Button.createLabeledToggleButton(CoreImage[] images, CoreFont font, String text, int x, int y, int textX, int textY, double textAnchorX, double textAnchorY, boolean offsetPressedText)
           
static Button Button.createLabeledToggleButton(CoreImage[] images, CoreFont font, String text, int x, int y, int textX, int textY, int textAnchor, boolean offsetPressedText)
          Deprecated.  
static Button Button.createLabeledToggleButton(String text, int x, int y)
           
protected  Button ScrollPane.createLeftButton()
          Creates a left arrow button for the horizontal scroll bar, using the default appearance.
protected  Button ScrollPane.createRightButton()
          Creates a right arrow button for the vertical scroll bar, using the default appearance.
protected  Button ScrollPane.createUpButton()
          Creates an up arrow button for the vertical scroll bar, using the default appearance.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.