|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgggt.eg.bui.Building
public abstract class Building
The building class is the support of build class.
| Method Summary | |
|---|---|
void |
add()
To add the given symbol to document. |
void |
constrain()
To constrain a symbol. |
void |
debug()
|
void |
distort()
To perform distort operation on given symbol. |
void |
factory()
The factory method selects a model and build a corresponding symbol. |
java.lang.String |
getBuild()
To get the building attribute. |
gom.OHL |
getDoc()
Return the built document. |
double |
getQ()
Return the building quality factor. |
void |
init(Setting set)
To init from a given set. |
void |
loop()
To start a building loop. |
void |
mark()
|
void |
put()
To put the given symbol in document. |
boolean |
run()
To run the build process. |
boolean |
satisfy()
Test if the given symbol satisfy the constraint. |
void |
scale()
To scale the final document. |
void |
start()
To start the build process. |
void |
stop()
To stop the build process. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void init(Setting set)
public java.lang.String getBuild()
public void start()
public void loop()
public void factory()
public void distort()
public void constrain()
public boolean satisfy()
public void mark()
public void debug()
public void add()
public void put()
public boolean run()
public void scale()
public void stop()
public gom.OHL getDoc()
public double getQ()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||