er.googlechart.components
Class GCQRCode
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
er.googlechart.components.GCAbstractChart
er.googlechart.components.GCQRCode
public class GCQRCode
- extends GCAbstractChart
QR Codes (see http://code.google.com/apis/chart/#qrcodes).
- Author:
- mschrag
Bindings |
text | the text to encode |
outputEncoding | the output encoding to use (defaults to UTF-8) |
ecLevel | the error correction level ("L", "M", "Q", or "H") |
margin | the margin around the code |
size | "wxh" format chart size ("300x400") |
width | the width of the chart |
height | the height of the chart |
custom | custom query string parameters to append |
id | the id of the img tag |
class | the class of the img tag |
alt | the alt text of the img tag |
Field Summary |
protected com.webobjects.appserver.WOAssociation |
_ecLevel
|
protected com.webobjects.appserver.WOAssociation |
_margin
|
protected com.webobjects.appserver.WOAssociation |
_outputEncoding
|
protected com.webobjects.appserver.WOAssociation |
_text
|
Fields inherited from class er.googlechart.components.GCAbstractChart |
_alt, _axisLabels, _background, _backgroundStyle, _chartBackground, _chartBackgroundStyle, _class, _colors, _custom, _data, _encoding, _fillArea, _gridBlankSize, _gridLines, _gridLineSize, _gridXStep, _gridYStep, _height, _id, _labeledAxes, _legend, _lineStyles, _maxValue, _normalize, _rangeMarkers, _scaling, _shapeMarkers, _size, _title, _titleColor, _titleSize, _transparency, _width |
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary |
GCQRCode(java.lang.String name,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement element)
|
Method Summary |
protected void |
addQueryParameters(ERXMutableURL chartUrl,
com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
|
Methods inherited from class com.webobjects.appserver.WODynamicElement |
toString |
Methods inherited from class com.webobjects.appserver.WOElement |
invokeAction, takeValuesFromRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_text
protected com.webobjects.appserver.WOAssociation _text
_outputEncoding
protected com.webobjects.appserver.WOAssociation _outputEncoding
_ecLevel
protected com.webobjects.appserver.WOAssociation _ecLevel
_margin
protected com.webobjects.appserver.WOAssociation _margin
GCQRCode
public GCQRCode(java.lang.String name,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement element)
addQueryParameters
protected void addQueryParameters(ERXMutableURL chartUrl,
com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
- Overrides:
addQueryParameters
in class GCAbstractChart
Copyright © 2002 – 2007 Project Wonder.