|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgggt.eg.set.Constraint
public abstract class Constraint
This class corresponds to a constraint tag into the setting file.
| Method Summary | |
|---|---|
abstract void |
constrain(gom.std.OSymbol s)
To constraint a symbol. |
void |
down()
To clear the stack. |
boolean |
full()
Test is the stack is full. |
abstract java.lang.String |
getCName()
To get the constraint type. |
java.lang.String |
getModels()
To get a string representation of models. |
double |
getMorph()
To get the morph parameter. |
java.lang.String |
getName()
To get the constraint name. |
boolean |
getOutside()
To get the outside parameter. |
boolean |
getOverflow()
To get the overflow parameter. |
boolean |
getOverlap()
To get the overlap parameter. |
double[] |
getPolar()
To get the polar parameters. |
double |
getResize()
To get the resize parameter. |
boolean |
getRigid()
To get the rigid parameter. |
double |
getRoll()
To get the rool parameters. |
double |
getScale()
To get the scale parameter. |
abstract java.lang.String |
getShape()
To get the value parameters. |
int |
getSize()
To get the sizing parameter. |
double |
getSlope()
To get the slope parameters. |
double[] |
getWrap()
To get the wrap parameters. |
void |
grow()
To grow the constraint stack |
Model |
nextModel()
To get the next model attribute. |
abstract boolean |
overflows(gom.std.OSymbol s)
To check a symbol. |
void |
print()
The print method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public abstract java.lang.String getCName()
public int getSize()
public void grow()
public boolean full()
public void down()
public double getScale()
public double[] getWrap()
public double getResize()
public double getMorph()
public boolean getRigid()
public boolean getOverflow()
public boolean getOverlap()
public boolean getOutside()
public double getRoll()
public double[] getPolar()
public double getSlope()
public abstract java.lang.String getShape()
public Model nextModel()
public java.lang.String getModels()
public abstract void constrain(gom.std.OSymbol s)
public abstract boolean overflows(gom.std.OSymbol s)
public void print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||