Style Intelligence v12.0

inetsoft.report
Interface TextLens

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
HeadingLens
All Known Implementing Classes:
DefaultHeadingLens, DefaultTextLens, ParagraphLens, StreamTextLens, XNodeTextLens

public interface TextLens
extends Serializable, Cloneable

TextLens is a projected view into a text content. It can be used to wrap around text source, such as TextField or URL. Refer to inetsoft.report.lens package for predefined TextLens classes.


Method Summary
 Object clone()
          Make a copy of this text lens.
 String getText()
          Get the text content.
 

Method Detail

getText

String getText()
Get the text content.

Returns:
text string.

clone

Object clone()
Make a copy of this text lens.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.