|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.lens.DefaultTextLens
public class DefaultTextLens
A wrapper class for a text string to provide a TextLens interface.
| Constructor Summary | |
|---|---|
DefaultTextLens()
Create an empty text lens. |
|
DefaultTextLens(String text)
Create a wrapper with the text contents. |
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of the text lens. |
String |
getText()
Get the text contents. |
void |
setText(String text)
Set the text contents. |
String |
toString()
Get the string representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTextLens()
public DefaultTextLens(String text)
text - string value.| Method Detail |
|---|
public String getText()
getText in interface TextLenspublic void setText(String text)
text - content.public Object clone()
clone in interface TextLensclone in class Objectpublic String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||