Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.pqt.autorib.util: Javadoc index of package org.pqt.autorib.util.


Package Samples:

org.pqt.autorib.util

Classes:

PathSearch: A class to provide a path searching mechanism. It is sophisticated enough to be able to use both unix and windows style path separators across both systems. ie you could specify a path in windows using ':' as a path separator (providing you specify ':' explicitly in the constructor as a path separator
NameGroupManager: This class manages a list of name groups. Name groups are a way for Autorib to recognise that although two primitives have different names (set by Attribute "identifier" "name" in the RIB) they should be treated for the purposes of numbering as the same, and will be allocated the same number
UniquePointList: A class for maintaining a unique list of points, and optionally the associated s,t values. A point is unique if either the point itself is different from other points on the list, or (if it has s,t data) the s,t data is different from an otherwise identical points
NameNumberManager: This class allows you to allocate a number to an object, based on the object's name. It allows names to be grouped, so that even if the two names are different the number allocated to them will be the same
WildString: A class for comparing a string containing wildcards to another string. Wildcards are * (standing for 0 or more characters) and ? (standing for a single wild character
OmitRec: This class handles wildcard strings used by the Omit statement to decide whether to include an object in a scene
Bounds3D: a class to handle 3d points or vectors (in fact Vector might be a better name for the class)
Point: a class to handle 3d points or vectors (in fact Vector might be a better name for the class)
Point4D: a class to handle 3d points or vectors (in fact Vector might be a better name for the class)
Color: a class to handle colors
Matrix

Home | Contact Us | Privacy Policy | Terms of Service