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 |
| 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 |
_text
protected WOAssociation _text
_outputEncoding
protected WOAssociation _outputEncoding
_ecLevel
protected WOAssociation _ecLevel
_margin
protected WOAssociation _margin
GCQRCode
public GCQRCode(String name,
NSDictionary associations,
WOElement element)
addQueryParameters
protected void addQueryParameters(ERXMutableURL chartUrl,
WOResponse response,
WOContext context)
- Overrides:
addQueryParameters in class GCAbstractChart
Copyright © 2002 – 2007 Project Wonder.