|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.schema.SchemaPainter
inetsoft.graph.schema.BoxPainter
public class BoxPainter
This schema painter renders the box-plot chart points. Five variables are required for box plot, in the following order: high, upper-quantile, median, lower-quantile, low. Outliners are not supported in this implementation.
| Field Summary |
|---|
| Fields inherited from class inetsoft.graph.schema.SchemaPainter |
|---|
geometry |
| Constructor Summary | |
|---|---|
BoxPainter()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the shema painter. |
Shape |
getShape(int idx)
Get the shape at the specified index of the schema painter. |
int |
getShapeCount()
Get the shape count of the schema painter. |
void |
init(inetsoft.graph.geometry.SchemaGeometry geometry,
Coordinate coord)
Initialize the schema painter with geometry and coord. |
void |
paint(Graphics2D g)
Paint the schema painter. |
void |
setShape(int idx,
Shape shape)
Replace the specified shape. |
boolean |
supportsFrame(VisualFrame frame)
Check if supports frame. |
void |
transformScreen(AffineTransform trans)
Transform the painter with screen affine transform. |
| Methods inherited from class inetsoft.graph.schema.SchemaPainter |
|---|
getSize, getTuple, transformShape |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoxPainter()
| Method Detail |
|---|
public void init(inetsoft.graph.geometry.SchemaGeometry geometry,
Coordinate coord)
init in class SchemaPaintergeometry - the specified schema geometry.coord - the specified coord.public boolean supportsFrame(VisualFrame frame)
supportsFrame in class SchemaPainterpublic void transformScreen(AffineTransform trans)
transformScreen in class SchemaPaintertrans - the specified affine transform.public void paint(Graphics2D g)
paint in class SchemaPainterg - the specified graphics.public int getShapeCount()
getShapeCount in class SchemaPainterpublic Shape getShape(int idx)
getShape in class SchemaPainter
public void setShape(int idx,
Shape shape)
setShape in class SchemaPainterpublic Object clone()
clone in class SchemaPainter
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||