Uses of Class
t3.hrd.state.Link

Packages that use Link
t3.hrd.renderer   
t3.hrd.state   
 

Uses of Link in t3.hrd.renderer
 

Fields in t3.hrd.renderer with type parameters of type Link
 java.util.Set<Link> Projector.linksVisibleInThisProjectorsDeskSpaceImmutable
           
 

Uses of Link in t3.hrd.state
 

Methods in t3.hrd.state that return Link
protected  Link StateManager.factoryReturnNewLinkObject(StateListener tilesListener, int linkId, int displayType, java.awt.Color c, ScaRotTraTransformImmutable tStandardRectToDESKrectA, ScaRotTraTransformImmutable tStandardRectToDESKrectB)
           
 Link StateManager.getLinkByIdForOp(int id)
           
 Link StateManager.opCreateLink(int elId, int displayType, java.awt.Color c, ScaRotTraTransformImmutable tStandardRectToDESKrectA, ScaRotTraTransformImmutable tStandardRectToDESKrectB)
          Creates and returns a link with the specified parameters.
 Link StateManager.opCreateLinkAutogenerateId(int displayType, java.awt.Color c, ScaRotTraTransformImmutable tStandardRectToDESKrectA, ScaRotTraTransformImmutable tStandardRectToDESKrectB)
           
 

Methods in t3.hrd.state with parameters of type Link
 void StateListener.callback_createdLink(Link l, int displayType, java.awt.Color c, ScaRotTraTransformImmutable tUniformRectToDESKrectA, ScaRotTraTransformImmutable tUniformRectToDESKrectB)
           
 void StateListener.callback_destroyedLink(Link l)
           
 void StateListener.callback_updatedLinkAff(Link l, ScaRotTraTransformImmutable tUniformRectToDESKrectA, ScaRotTraTransformImmutable tUniformRectToDESKrectB)
           
 void StateManager.opDestroyLink(Link l)