edu.stanford.hci.r3.units
Class Points

java.lang.Object
  extended by edu.stanford.hci.r3.units.Units
      extended by edu.stanford.hci.r3.units.Points
All Implemented Interfaces:
java.lang.Cloneable

public class Points
extends Units

Represents 1/72 of an inch. This is also what Java2D uses as a default unit for printing to the printer.

This software is distributed under the BSD License.


Field Summary
static Units ONE
          The Identity Element; One Point, representing 1/72nd of an inch.
 
Fields inherited from class edu.stanford.hci.r3.units.Units
POINTS_PER_INCH
 
Constructor Summary
Points()
           
Points(double pts)
           
 
Method Summary
protected  double getNumberOfUnitsInOneInch()
           
 
Methods inherited from class edu.stanford.hci.r3.units.Units
add, clone, equals, getConversionTo, getCopy, getUnitName, getUnitsObjectOfSameLengthIn, getUnitsObjectOfSameTypeWithValue, getValue, getValueIn, getValueInCentimeters, getValueInInches, getValueInMillimeters, getValueInPatternDots, getValueInPixels, getValueInPoints, subtract, toInches, toPixels, toPoints, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ONE

public static final Units ONE
The Identity Element; One Point, representing 1/72nd of an inch.

Constructor Detail

Points

public Points()

Points

public Points(double pts)
Parameters:
pts -
Method Detail

getNumberOfUnitsInOneInch

protected double getNumberOfUnitsInOneInch()
Specified by:
getNumberOfUnitsInOneInch in class Units
Returns:
how many of these units fit in one inch.
See Also:
Units.getNumberOfUnitsInOneInch()

Copyright 2006 Stanford University