|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.Component
echopoint.internal.AbstractContainer
echopoint.google.chart.internal.AbstractChart<Integer>
echopoint.google.chart.QRCode
public class QRCode
Component wrapper for a QR codes provided by Google Chart API.
The following code shows sample use of this component:
import echopoint.google.chart.QRCode;
...
QRCode chart = new QRCode();
chart.setText( text );
| Field Summary | |
|---|---|
static String |
PROPERTY_ENCODING
The property used to specify the output encoding for the QR code text. |
static String |
PROPERTY_TEXT
The property used to specify the text that is to be encoded as a QR code. |
| Fields inherited from class echopoint.google.chart.internal.AbstractChart |
|---|
PROPERTY_ALT, PROPERTY_DATA, PROPERTY_FILL, PROPERTY_TITLE |
| Fields inherited from class echopoint.internal.AbstractContainer |
|---|
ACTION_COMMAND_PROPERTY, ACTION_LISTENERS_CHANGED_PROPERTY, INPUT_ACTION, PROPERTY_ALIGNMENT, PROPERTY_BACKGROUND_IMAGE, PROPERTY_BORDER, PROPERTY_HEIGHT, PROPERTY_INSETS, PROPERTY_WIDTH |
| Constructor Summary | |
|---|---|
QRCode()
|
|
| Method Summary | |
|---|---|
String |
getEncoding()
Return the PROPERTY_ENCODING property value. |
String |
getText()
Return the PROPERTY_TEXT property value. |
void |
setEncoding(String encoding)
Set the value of the PROPERTY_ENCODING property. |
void |
setText(String text)
Set the value of the PROPERTY_TEXT property. |
| Methods inherited from class echopoint.google.chart.internal.AbstractChart |
|---|
getAlt, getData, getFill, getTitle, isValidChild, setAlt, setData, setData, setFill, setTitle |
| Methods inherited from class echopoint.internal.AbstractContainer |
|---|
addActionListener, fireActionPerformed, getAlignment, getBackgroundImage, getBorder, getHeight, getInsets, getWidth, hasActionListeners, removeActionListener, setAlignment, setBackgroundImage, setBorder, setHeight, setInsets, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_TEXT
public static final String PROPERTY_ENCODING
| Constructor Detail |
|---|
public QRCode()
| Method Detail |
|---|
public String getText()
PROPERTY_TEXT property value.
public void setText(String text)
PROPERTY_TEXT property.
text - The value to set.public String getEncoding()
PROPERTY_ENCODING property value.
public void setEncoding(String encoding)
PROPERTY_ENCODING property.
encoding - The value to set.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||