com.agical.rdoc.core.model
Interface WhiteSpaceBuilder

All Known Subinterfaces:
CodeBlockBuilder, TDDocCommentBuilder
All Known Implementing Classes:
AbstractWhiteSpaceBuilder, CodeBlockBuilderImpl, CodeBockBuilderDecorator, RDocCommentBuilderImpl, TDDocCommentBuilderDecorator

public interface WhiteSpaceBuilder


Method Summary
 void newLine()
           
 void space()
           
 void tab()
           
 

Method Detail

newLine

void newLine()

space

void space()

tab

void tab()


Copyright © 2005-2011 Agical AB. All Rights Reserved.