org.almendra.janet.ade.distributor
Class DistributorAnchorHolder

java.lang.Object
  extended by org.almendra.janet.ade.distributor.DistributorAnchorHolder
Direct Known Subclasses:
NodeLoadImage, WorkstationLoadImage

public class DistributorAnchorHolder
extends java.lang.Object

Author:
Oliver Plohmann

Field Summary
protected  DistributorAnchor anchor
           
 
Constructor Summary
protected DistributorAnchorHolder()
           
  DistributorAnchorHolder(DistributorAnchor anchor)
           
 
Method Summary
 DistributorAnchor getAnchor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anchor

protected DistributorAnchor anchor
Constructor Detail

DistributorAnchorHolder

protected DistributorAnchorHolder()

DistributorAnchorHolder

public DistributorAnchorHolder(DistributorAnchor anchor)
Method Detail

getAnchor

public DistributorAnchor getAnchor()
Returns:
Returns the anchor.