org.crsh.text
Interface RenderingContext

All Superinterfaces:
Flushable, Pipe<Chunk>
All Known Implementing Classes:
RenderWriter

public interface RenderingContext
extends Pipe<Chunk>

The rendering context is a pipe of chunk providing a defined width.


Method Summary
 int getWidth()
          Return the width.
 
Methods inherited from interface org.crsh.Pipe
provide
 
Methods inherited from interface java.io.Flushable
flush
 

Method Detail

getWidth

int getWidth()
Return the width.

Returns:
the width


Copyright © 2012 eXo Platform SAS. All Rights Reserved.