|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTransferPoint
OpacityTransferPoint
public class OpacityTransferPoint
Created by IntelliJ IDEA. User: Administrator Date: 05.12.2004 Time: 15:08:35 To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
OpacityTransferPoint(double opacity,
short position,
boolean fixed)
Constructs an opacity point information. |
Method Summary | |
---|---|
double |
getOpacity()
Returns the opacity of the point. |
void |
setOpacity(double opacity)
Sets the opacity of the point. |
Methods inherited from class TransferPoint |
---|
getPosition, isFixed, setPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpacityTransferPoint(double opacity, short position, boolean fixed)
opacity
- Opacity associated with point.position
- Initial position of the point.fixed
- Flag indicating if point is movable.Method Detail |
---|
public void setOpacity(double opacity)
opacity
- New opacity.public double getOpacity()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |