gggt.eg.set
Class Model

java.lang.Object
  extended by gggt.eg.set.Model

public class Model
extends java.lang.Object

The Model class corresponds to a model tag into the setting file.


Method Summary
 java.lang.String getConstraints()
          To get a string representation of constraints.
 double getFortune()
          To get the fortune attribute.
 gom.OGraphic getGraphic()
          To get the graphics object model.
 double getMorph()
          To get the morph attribute.
 java.lang.String getName()
          To get the model name.
 double getProbability()
          To get the probability attribute.
 double getResize()
          To set the resize attribute.
 double getScale()
          To get the next scale attribute.
 double getWeight()
          To get the weight attribute.
 double[] getWrap()
          To get the wrap attribute.
 Constraint nextConstraint()
          To get the next constraint attribute.
 void print()
          Print method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
To get the model name.


getGraphic

public gom.OGraphic getGraphic()
To get the graphics object model.


getScale

public double getScale()
To get the next scale attribute.


getWrap

public double[] getWrap()
To get the wrap attribute.


getResize

public double getResize()
To set the resize attribute.


getMorph

public double getMorph()
To get the morph attribute.


getWeight

public double getWeight()
To get the weight attribute.


getFortune

public double getFortune()
To get the fortune attribute.


getProbability

public double getProbability()
To get the probability attribute.


nextConstraint

public Constraint nextConstraint()
To get the next constraint attribute.


getConstraints

public java.lang.String getConstraints()
To get a string representation of constraints.


print

public void print()
Print method.