public class PaIntEHitBox
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
PaIntEHitBox.Type |
Constructor and Description |
---|
PaIntEHitBox() |
PaIntEHitBox(double x,
double y) |
PaIntEHitBox(double x,
double y,
Axis axis) |
PaIntEHitBox(int wordIndex) |
PaIntEHitBox(int wordIndex,
int sylIndex) |
PaIntEHitBox(PaIntEHitBox source) |
PaIntEHitBox(PaIntEParams params) |
Modifier and Type | Method and Description |
---|---|
PaIntEHitBox |
clone() |
Axis |
getAxis() |
double |
getAxisValue() |
PaIntEParams |
getParams() |
int |
getSylIndex() |
PaIntEHitBox.Type |
getType() |
int |
getWordIndex() |
double |
getX() |
double |
getY() |
void |
setAxis(Axis axis) |
void |
setParams(PaIntEParams params) |
void |
setSylIndex(int sylIndex) |
void |
setType(PaIntEHitBox.Type type) |
void |
setWordIndex(int wordIndex) |
void |
setX(double x) |
void |
setY(double y) |
public PaIntEHitBox(double x, double y)
public PaIntEHitBox(double x, double y, Axis axis)
public PaIntEHitBox(PaIntEParams params)
public PaIntEHitBox(PaIntEHitBox source)
public PaIntEHitBox(int wordIndex)
public PaIntEHitBox(int wordIndex, int sylIndex)
public PaIntEHitBox()
public PaIntEHitBox clone()
clone
in class java.lang.Object
public double getX()
public double getY()
public void setX(double x)
x
- the x to setpublic void setY(double y)
y
- the y to setpublic Axis getAxis()
public double getAxisValue()
public void setAxis(Axis axis)
axis
- the axis to setpublic int getWordIndex()
public int getSylIndex()
public PaIntEHitBox.Type getType()
public void setWordIndex(int wordIndex)
wordIndex
- the wordIndex to setpublic void setSylIndex(int sylIndex)
sylIndex
- the sylIndex to setpublic void setType(PaIntEHitBox.Type type)
type
- the type to setpublic PaIntEParams getParams()
public void setParams(PaIntEParams params)
params
- the params to set