Uses of Class
org.eml.MMAX2.gui.document.MMAX2Document

Packages that use MMAX2Document
org.eml.MMAX2.annotation.markables   
org.eml.MMAX2.core   
org.eml.MMAX2.discourse   
 

Uses of MMAX2Document in org.eml.MMAX2.annotation.markables
 

Methods in org.eml.MMAX2.annotation.markables with parameters of type MMAX2Document
 void Renderable.select(java.awt.Graphics2D graphics, MMAX2Document doc, Markable currentlySelectedMarkable)
           
 void MarkableSet.select(java.awt.Graphics2D graphics, MMAX2Document doc, Markable currentlySelectedMarkable)
          This method is called ONCE when this set is to be rendered initially.
 void MarkablePointer.select(java.awt.Graphics2D graphics, MMAX2Document doc, Markable currentlySelectedMarkable)
          This method is called ONCE when this markable_pointer is to be rendered initially.
 void Renderable.unselect(MMAX2Document doc)
           
 void MarkableSet.unselect(MMAX2Document doc)
          This method is called ONCE to remove all selection-dependent rendering from this set.
 void MarkablePointer.unselect(MMAX2Document doc)
           
 

Uses of MMAX2Document in org.eml.MMAX2.core
 

Methods in org.eml.MMAX2.core that return MMAX2Document
 MMAX2Document MMAX2.getCurrentDocument()
           
 

Methods in org.eml.MMAX2.core with parameters of type MMAX2Document
 void MMAX2.setCurrentDocument(MMAX2Document doc)
           
 

Uses of MMAX2Document in org.eml.MMAX2.discourse
 

Methods in org.eml.MMAX2.discourse that return MMAX2Document
 MMAX2Document MMAX2Discourse.getDisplayDocument()