public class GCQRCode extends GCAbstractChart
Name | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected WOAssociation |
_ecLevel |
protected WOAssociation |
_margin |
protected WOAssociation |
_outputEncoding |
protected WOAssociation |
_text |
_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
_ConstructorParameters
Constructor and Description |
---|
GCQRCode(String name,
NSDictionary associations,
WOElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
addQueryParameters(ERXMutableURL chartUrl,
WOResponse response,
WOContext context) |
appendToResponse, checkData, encode, encoding, maxValue, normalize, scaling, styleKey
toString
invokeAction, takeValuesFromRequest
protected WOAssociation _text
protected WOAssociation _outputEncoding
protected WOAssociation _ecLevel
protected WOAssociation _margin
public GCQRCode(String name, NSDictionary associations, WOElement element)
protected void addQueryParameters(ERXMutableURL chartUrl, WOResponse response, WOContext context)
addQueryParameters
in class GCAbstractChart
Copyright © 2002 – 2024 Project Wonder.