maltcms.datastructures.constraint
Class ConstraintFactory

java.lang.Object
  extended by maltcms.datastructures.constraint.ConstraintFactory

public class ConstraintFactory
extends Object

Author:
Nils.Hoffmann@cebitec.uni-bielefeld.de

Constructor Summary
ConstraintFactory()
           
 
Method Summary
 Area calculateLayout(int rows, int cols, int neighborhood1, AnchorPairSet aps, double band, int rowoverlap, int coloverlap)
           
 Area createBandConstraint(int x, int y, int rows, int cols, double r)
           
static ConstraintFactory getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintFactory

public ConstraintFactory()
Method Detail

getInstance

public static ConstraintFactory getInstance()

calculateLayout

public Area calculateLayout(int rows,
                            int cols,
                            int neighborhood1,
                            AnchorPairSet aps,
                            double band,
                            int rowoverlap,
                            int coloverlap)

createBandConstraint

public Area createBandConstraint(int x,
                                 int y,
                                 int rows,
                                 int cols,
                                 double r)


Copyright © 2007-2012. All Rights Reserved.