Uses of Interface
renderable.CommentSource

Packages that use CommentSource
renderable   
 

Uses of CommentSource in renderable
 

Classes in renderable that implement CommentSource
 class FactoryRenderableBlock
          FactoryRenderableBlock extends RenderableBlock and is used within FactoryBlockDrawers.
 class RenderableBlock
          RenderableBlock is responsible for all graphical rendering of a code Block.
 

Methods in renderable that return CommentSource
(package private)  CommentSource Comment.getCommentSource()
          returns the CommentSource for this comment
 

Constructors in renderable with parameters of type CommentSource
Comment(java.lang.String initText, CommentSource source, java.awt.Color borderColor, double zoom)
          Constructs a Comment with belonging to source, with text of initText, and initial zoom The comment's borders will have the color borderColor.