|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlaceType | |
|---|---|
| com.flagstone.transform | Transform SWF is an API for reading and writing Flash files. |
| Uses of PlaceType in com.flagstone.transform |
|---|
| Methods in com.flagstone.transform that return PlaceType | |
|---|---|
PlaceType |
Place3.getType()
Get the type of place operation being performed, either adding a new object, replacing an existing one with another or modifying an existing object. |
PlaceType |
Place2.getType()
Get the type of place operation being performed, either adding a new object, replacing an existing one with another or modifying an existing object. |
static PlaceType |
PlaceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PlaceType[] |
PlaceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.flagstone.transform with parameters of type PlaceType | |
|---|---|
Place3 |
Place3.setType(PlaceType aType)
Sets the type of placement. |
Place2 |
Place2.setType(PlaceType aType)
Sets the type of placement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||