| 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,
int textAnchor,
boolean offsetPressedText)
|
static Button |
Button.createLabeledButton(CoreImage[] images,
CoreFont font,
String text,
int x,
int y,
int textX,
int textY,
int textAnchor,
boolean isToggleButton,
boolean offsetPressedText)
|
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,
int textAnchor,
boolean offsetPressedText)
|
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. |