|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.iternum.swlink.examples.profile.Measures
A simple class that is used to stored tailor measures.
| Field Summary | |
static java.lang.String |
CHEST
PropertyChange constant. |
static java.lang.String |
HEIGHT
PropertyChange constant. |
static java.lang.String |
HIP
PropertyChange constant. |
static java.lang.String |
LEFT_LEG
PropertyChange constant. |
static java.lang.String |
RIGHT_LEG
PropertyChange constant. |
static java.lang.String |
WAIST
PropertyChange constant. |
| Constructor Summary | |
Measures()
Default constructor. |
|
Measures(int pHeight,
int pChest,
int pWaist,
int pHip,
int pRightLeg,
int pLeftLeg)
|
|
| Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pListener)
Adds a PropertyChangeListener to the
model. |
java.lang.Object |
clone()
|
int |
getChest()
|
int |
getHeight()
|
int |
getHip()
|
int |
getLeftLeg()
|
int |
getRightLeg()
|
int |
getWaist()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener pListener)
Remove a PropertyChangeListener from the
model. |
void |
setChest(int pChest)
|
void |
setHeight(int pHeight)
|
void |
setHip(int pHip)
|
void |
setLeftLeg(int pLeftLeg)
|
void |
setRightLeg(int pRightLeg)
|
void |
setWaist(int pWaist)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RIGHT_LEG
public static final java.lang.String WAIST
public static final java.lang.String LEFT_LEG
public static final java.lang.String HIP
public static final java.lang.String HEIGHT
public static final java.lang.String CHEST
| Constructor Detail |
public Measures()
public Measures(int pHeight,
int pChest,
int pWaist,
int pHip,
int pRightLeg,
int pLeftLeg)
pHeight - The heightpChest - The chestpWaist - The waistpHip - The hippRightLeg - The right legpLeftLeg - The left leg| Method Detail |
public java.lang.Object clone()
public final int getChest()
public final void setChest(int pChest)
pChest - The chest to set.public final int getHeight()
public final void setHeight(int pHeight)
pHeight - The height to set.public final int getHip()
public final void setHip(int pHip)
pHip - The hip to set.public final int getLeftLeg()
public final void setLeftLeg(int pLeftLeg)
pLeftLeg - The leftLeg to set.public final int getRightLeg()
public final void setRightLeg(int pRightLeg)
pRightLeg - The rightLeg to set.public final int getWaist()
public final void setWaist(int pWaist)
pWaist - The waist to set.public void addPropertyChangeListener(java.beans.PropertyChangeListener pListener)
PropertyChangeListener to the
model.
pListener - The listenerpublic void removePropertyChangeListener(java.beans.PropertyChangeListener pListener)
PropertyChangeListener from the
model.
pListener - The listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||