Uses of Class
adams.data.jai.transformer.Crop.Anchor

Packages that use Crop.Anchor
adams.data.jai.flattener   
adams.data.jai.transformer   
 

Uses of Crop.Anchor in adams.data.jai.flattener
 

Fields in adams.data.jai.flattener declared as Crop.Anchor
protected  Crop.Anchor PixelClassifications.m_Anchor
          where to anchor the position on the rectangle.
 

Methods in adams.data.jai.flattener that return Crop.Anchor
 Crop.Anchor PixelClassifications.getAnchor()
          Returns where to anchor the position on the rectangle.
 

Methods in adams.data.jai.flattener with parameters of type Crop.Anchor
 void PixelClassifications.setAnchor(Crop.Anchor value)
          Sets where to anchor the position on the rectangle.
 

Uses of Crop.Anchor in adams.data.jai.transformer
 

Fields in adams.data.jai.transformer declared as Crop.Anchor
protected  Crop.Anchor Crop.m_Anchor
          where to anchor the position on the rectangle.
 

Methods in adams.data.jai.transformer that return Crop.Anchor
 Crop.Anchor Crop.getAnchor()
          Returns where to anchor the position on the rectangle.
static Crop.Anchor Crop.Anchor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Crop.Anchor[] Crop.Anchor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.data.jai.transformer with parameters of type Crop.Anchor
 void Crop.setAnchor(Crop.Anchor value)
          Sets where to anchor the position on the rectangle.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.