|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.scene.SceneGraphVisitor
de.jreality.scene.proxy.ProxyFactory
public class ProxyFactory
Factory for proxy objects. The scene proxy builder will call the visit
method exactly one time for each sg component encountered. The created
proxy object will queried through the getProxy
method
after each call. Implementations of this class do not need to implement
any kind of history caching or such-alike.
Constructor Summary | |
---|---|
ProxyFactory()
|
Method Summary | |
---|---|
java.lang.Object |
getProxy()
Return the most recent created proxy. |
Methods inherited from class de.jreality.scene.SceneGraphVisitor |
---|
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyFactory()
Method Detail |
---|
public java.lang.Object getProxy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |