Package com.miginfocom.util.gfx.geometry.numbers

Interface Summary
AtNumber To be implemented by the At* classes that can present a number that has some real value of its own and it not relative to some other value
AtRefNumber An interface that denotes a value relative to some other value.
AtRefRangeNumber A relative value are passed two values, a start and an end value and are supposed to return a value relative to one or both of these values.
 

Class Summary
AtEnd A value that is relative to the end.
AtFixed A value that is fixed to value no matter what the inputted for start and end.
AtFollow A value that only returnes the referrent value or start if the AtRefRangeNumber interface methods are used.
AtFraction A value that is a aligned somewhere between start and end.
AtOffset A value that adds a fixed offset to the inputted ref or start if AtOffset.getValue(float, float) or AtOffset.getIntValue(float, float).
AtStart A value that is relative to the start.
 



Copyright © 2005 MiG InfoCom AB. All Rights Reserved.