|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molwind.view.AbstractTopologyManager
public abstract class AbstractTopologyManager
AbstractTopologyManager determines and places visible chemical structures.
| Constructor Summary | |
|---|---|
protected |
AbstractTopologyManager()
Creates a new topology manager to place chemical entities. |
| Method Summary | |
|---|---|
java.util.Iterator |
getEntityIterator()
Get the EntityIterator value. |
RelationshipResolver |
getRelationshipResolver()
Get the RelationshipResolver value. |
abstract java.util.Iterator |
getVisibleEntities(LayeredPosition position)
Determines the visible entities for the given position. |
void |
setEntityIterator(java.util.Iterator newEntityIterator)
Set the EntityIterator value. |
void |
setRelationshipResolver(RelationshipResolver newRelationshipResolver)
Set the RelationshipResolver value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractTopologyManager()
| Method Detail |
|---|
public java.util.Iterator getEntityIterator()
public void setEntityIterator(java.util.Iterator newEntityIterator)
setEntityIterator in interface TopologyManagernewEntityIterator - the new EntityIterator valuepublic RelationshipResolver getRelationshipResolver()
public void setRelationshipResolver(RelationshipResolver newRelationshipResolver)
setRelationshipResolver in interface TopologyManagernewRelationshipResolver - the new RelationshipResolver valuepublic abstract java.util.Iterator getVisibleEntities(LayeredPosition position)
getVisibleEntities in interface TopologyManagerposition - the position (longitude/latitude/level)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||