public class CartesianXLiteral extends Cartesian
bufferedImage, cols, df, eventName, g2d, imgHeight, imgWidth, rows, title, xAttributesName, xDivision, xGridSize, xKeys, xMax, xMin, xSize, xTitle, yAttributesName, yDivision, yGridSize, yKeys, yMax, yMin, ySize, yTitle
Constructor and Description |
---|
CartesianXLiteral(MapType mapType,
int imgHeight,
int imgWidth,
java.lang.String title,
java.lang.String xTitle,
java.lang.String yTitle,
int xSize,
int ySize,
float xMin,
float xMax,
int xDiv,
float yMin,
float yMax,
int yDiv,
java.util.SortedSet<java.lang.String> xKeys,
java.util.SortedSet<java.lang.String> yKeys,
java.util.Collection<?> eventNames) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
createMapImage() |
java.util.Map<java.lang.String,java.lang.String> |
createMapQuery() |
drawBasicCartesianImage, getAxisFontSize, getAxisValueSize, getBasicStroke, getLabelFontSize, getLabelText, getTitleFontSize, getValueSize, literalCal, updateMap
public CartesianXLiteral(MapType mapType, int imgHeight, int imgWidth, java.lang.String title, java.lang.String xTitle, java.lang.String yTitle, int xSize, int ySize, float xMin, float xMax, int xDiv, float yMin, float yMax, int yDiv, java.util.SortedSet<java.lang.String> xKeys, java.util.SortedSet<java.lang.String> yKeys, java.util.Collection<?> eventNames)
public java.awt.image.BufferedImage createMapImage()
createMapImage
in class Cartesian
public java.util.Map<java.lang.String,java.lang.String> createMapQuery()
createMapQuery
in class Cartesian