Uses of Class
com.faunos.util.dim.line.OutCode

Packages that use OutCode
com.faunos.util.dim.line Utilities for one dimensional objects. 
 

Uses of OutCode in com.faunos.util.dim.line
 

Methods in com.faunos.util.dim.line that return OutCode
static OutCode Ranges.outCode(long value, Range range)
          Returns the outcode of the given value relative to the specified range.
static OutCode OutCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutCode[] OutCode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



SourceForge.net Logo