Definition at line 10 of file Costume.java.
◆ Costume() [1/2]
| com.jscratch.Costume.Costume |
( |
String | name, |
|
|
String | imagePath, |
|
|
int | cx, |
|
|
int | cy ) |
◆ Costume() [2/2]
| com.jscratch.Costume.Costume |
( |
String | name, |
|
|
BufferedImage | img, |
|
|
int | cx, |
|
|
int | cy ) |
◆ getImage()
| BufferedImage com.jscratch.Costume.getImage |
( |
| ) |
|
◆ getName()
| String com.jscratch.Costume.getName |
( |
| ) |
|
◆ getRotationCenterX()
| int com.jscratch.Costume.getRotationCenterX |
( |
| ) |
|
◆ getRotationCenterY()
| int com.jscratch.Costume.getRotationCenterY |
( |
| ) |
|
◆ image
| BufferedImage com.jscratch.Costume.image |
|
private |
◆ name
| String com.jscratch.Costume.name |
|
private |
◆ rotationCenterX
| int com.jscratch.Costume.rotationCenterX |
|
private |
◆ rotationCenterY
| int com.jscratch.Costume.rotationCenterY |
|
private |
The documentation for this class was generated from the following file: