Uses of Class
infomat.vectorspace.IObjectGroup

Packages that use IObjectGroup
infomat.vectorspace   
infomat.view.grouping.settings   
infomat.view.picture   
 

Uses of IObjectGroup in infomat.vectorspace
 

Subclasses of IObjectGroup in infomat.vectorspace
 class IObjectGrouping
          A IObjectGrouping is a set of IObjectGroup:s.
 class IObjectSet
          A IObjectSet is a complete set of IObject:s.
 

Methods in infomat.vectorspace that return IObjectGroup
 IObjectGroup IObjectGrouping.inWhichIObjectGroup(IObject co)
          Returns the IObjectGroup in this IObjectGrouping that contains this IObject.
 

Methods in infomat.vectorspace that return types with arguments of type IObjectGroup
 java.util.Vector<IObjectGroup> IObjectGrouping.getGroups()
          Returns the ordered IObjectGroup:s in a vector.
 java.util.Vector<IObjectGroup> IObjectGrouping.getGroupsForIntervall(int from, int to)
          Returns a vector of IObjectGroups that lie within the intervall given.
 

Methods in infomat.vectorspace with parameters of type IObjectGroup
 void IObjectGrouping.add(IObjectGroup cog)
          Adds a IObjectGroup at the next place.
 

Method parameters in infomat.vectorspace with type arguments of type IObjectGroup
static void Sorter.sortInSimOrderWithinClusters(IMatrix matrix, java.util.Vector<IObjectGroup> groups)
           
 

Uses of IObjectGroup in infomat.view.grouping.settings
 

Methods in infomat.view.grouping.settings with parameters of type IObjectGroup
 java.awt.Color GroupingColoring.getColorForGroup(IObjectGroup cog)
           
 java.awt.Color GroupingColoring.getNewColorForGroup(IObjectGroup cog)
           
 void GroupingColoring.setNewColorForGroup(java.awt.Color color, IObjectGroup cog)
           
 

Uses of IObjectGroup in infomat.view.picture
 

Methods in infomat.view.picture that return IObjectGroup
 IObjectGroup SparsePicture.getColumnGroup()
           
 IObjectGroup SparsePicture.getRowGroup()
           
 

Constructors in infomat.view.picture with parameters of type IObjectGroup
SparsePartPicture(java.awt.Dimension imageDimension, int colFrom, int colTo, int rowFrom, int rowTo, IObjectGroup columnGroup, IObjectGroup rowGroup)