|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ButtonShape | |
---|---|
com.flagstone.transform.button | The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. |
Uses of ButtonShape in com.flagstone.transform.button |
---|
Methods in com.flagstone.transform.button that return ButtonShape | |
---|---|
ButtonShape |
ButtonShape.add(Filter filter)
Add a Filter to the list of Filters that will be applied to the shape. |
ButtonShape |
ButtonShape.addState(ButtonState buttonState)
Add the state to the list of states that the shape is displayed for. |
ButtonShape |
ButtonShape.copy()
Creates a complete copy of this object. |
ButtonShape |
ButtonShape.setBlend(Blend mode)
Set the Blend that defines how the shape is blended with background shapes that make up the button. |
ButtonShape |
ButtonShape.setColorTransform(ColorTransform cxform)
Sets the colour transform that will be applied to the shape to change it's colour. |
ButtonShape |
ButtonShape.setFilters(List<Filter> list)
Set the list of Filters that will be applied to the shape. |
ButtonShape |
ButtonShape.setIdentifier(int uid)
Sets the unique identifier of the DefineShape, DefineShape2 or DefineShape3 object that defines the appearance of the button when it is in the specified state(s). |
ButtonShape |
ButtonShape.setLayer(int aNumber)
Sets the layer in the display list that the shape will be displayed on. |
ButtonShape |
ButtonShape.setState(Set<ButtonState> states)
Set the list of states that the shape is displayed for. |
ButtonShape |
ButtonShape.setTransform(CoordTransform matrix)
Sets the coordinate transform that will be applied to the shape to change it's appearance. |
Methods in com.flagstone.transform.button that return types with arguments of type ButtonShape | |
---|---|
List<ButtonShape> |
DefineButton2.getShapes()
Get the list of button records defined for this button. |
List<ButtonShape> |
DefineButton.getShapes()
Get the list of button shapes. |
Methods in com.flagstone.transform.button with parameters of type ButtonShape | |
---|---|
DefineButton2 |
DefineButton2.add(ButtonShape obj)
Adds an ButtonShape to the list of button records. |
DefineButton |
DefineButton.add(ButtonShape obj)
Adds the button shape to the list of button shapes. |
Method parameters in com.flagstone.transform.button with type arguments of type ButtonShape | |
---|---|
void |
DefineButton2.setShapes(List<ButtonShape> list)
Sets the list of button shapes defined for this button. |
void |
DefineButton.setShapes(List<ButtonShape> list)
Sets the list of button shapes defined for this button. |
Constructors in com.flagstone.transform.button with parameters of type ButtonShape | |
---|---|
ButtonShape(ButtonShape object)
Creates and initialises a ButtonShape object using the values copied from another ButtonShape object. |
Constructor parameters in com.flagstone.transform.button with type arguments of type ButtonShape | |
---|---|
DefineButton(int uid,
List<ButtonShape> buttons,
List<Action> script)
Creates a DefineButton object with the identifier, button shapes and actions. |
|
DefineButton2(int uid,
ButtonType buttonType,
List<ButtonShape> buttonShapes,
List<EventHandler> handlers)
Creates a DefineButton2 object, specifying the unique identifier, the type of button to be created, the button shapes that describe the button's appearance and the actions that are performed in response to each button event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |