|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.Fixed32
public class Fixed32
Class for a fixed point format (32 bit).
| Constructor Summary | |
|---|---|
Fixed32(double value)
Create a new object. |
|
Fixed32(int value)
Create a new object. |
|
| Method Summary | |
|---|---|
double |
getDoubleValue()
Returns the double vlaue. |
long |
getFixedPoint()
Returns the fixed point value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Fixed32(int value)
value - the fixed point valuepublic Fixed32(double value)
value - the value as double| Method Detail |
|---|
public long getFixedPoint()
public double getDoubleValue()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||