public class PropertiesChartGenerator extends ChartGenerator<ISourceDataset>
Modifier and Type | Field and Description |
---|---|
protected Property |
propertyX |
protected Property |
propertyY |
protected static String |
sql_dataset |
protected static String |
sql_query |
Constructor and Description |
---|
PropertiesChartGenerator() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDomainTitle(ISourceDataset target) |
Property |
getPropertyX() |
Property |
getPropertyY() |
protected String |
getRangeTitle(ISourceDataset target) |
protected String |
getSQL(ISourceDataset target) |
void |
open() |
BufferedImage |
process(ISourceDataset target) |
void |
setPropertyX(Property propertyX) |
void |
setPropertyY(Property propertyY) |
getHeight, getParam, getWidth, hasLegend, isLogX, isLogY, isThumbnail, setHeight, setLegend, setLogX, setLogY, setParam, setThumbnail, setWidth
close, getConnection, isCloseConnection, isEnabled, setCloseConnection, setConnection
addPropertyChangeListener, addPropertyChangeListener, getID, removePropertyChangeListener, removePropertyChangeListener, setEnabled, toString
protected static final String sql_dataset
protected static final String sql_query
protected Property propertyX
protected Property propertyY
public Property getPropertyX()
public void setPropertyX(Property propertyX)
public Property getPropertyY()
public void setPropertyY(Property propertyY)
protected String getSQL(ISourceDataset target)
protected String getDomainTitle(ISourceDataset target)
protected String getRangeTitle(ISourceDataset target)
public BufferedImage process(ISourceDataset target) throws net.idea.modbcum.i.exceptions.AmbitException
net.idea.modbcum.i.exceptions.AmbitException
public void open() throws net.idea.modbcum.i.exceptions.DbAmbitException
open
in interface net.idea.modbcum.i.processors.IProcessor<ISourceDataset,BufferedImage>
open
in class net.idea.modbcum.p.DefaultAmbitProcessor<ISourceDataset,BufferedImage>
net.idea.modbcum.i.exceptions.DbAmbitException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.