Uses of Class
com.tensegrity.generic.util.ArrayListInt

Packages that use ArrayListInt
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.generic.util Core classes for tensegrity-software packages.  
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
 

Uses of ArrayListInt in com.tensegrity.composite
 

Methods in com.tensegrity.composite that return ArrayListInt
 ArrayListInt CompositeTable.getSelectedColumns()
          Returns an ArrayListInt with all currently selected columns.
 ArrayListInt CompositeTable.getSelectedRows()
          Returns an ArrayListInt with all currently selected rows.
 

Uses of ArrayListInt in com.tensegrity.generic.util
 

Methods in com.tensegrity.generic.util with parameters of type ArrayListInt
 boolean ArrayListInt.addAll(ArrayListInt otherlist)
          Appends all of the elements of another list after the end of this arraylist.
 

Uses of ArrayListInt in com.tensegrity.graphics
 

Methods in com.tensegrity.graphics with parameters of type ArrayListInt
static void UtilitiesLine.subdivideBezier(ArrayListInt linePtX, ArrayListInt linePtY, double[] geometryX, double[] geometryY, double segmentStart, double segmentEnd, double weight, int index)
          This method devides a bezier line segment into a set of line segments, such that every generated segment is approximately a straight line.
static int UtilitiesLine.createCubicSegments(double[] coordsX, double[] coordsY, ArrayListInt ptXSegments, ArrayListInt ptYSegments, int transformation, double weight)
          creates linear segments of the cubic line that is given by the coordsX and coordsY.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.