|
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.StockPainter
public class StockPainter
This schema painter renders high-low-close chart points. Three variables are required for the stock painter, in the following order: high, close, low.
| Field Summary |
|---|
| Fields inherited from class inetsoft.graph.schema.SchemaPainter |
|---|
geometry |
| Constructor Summary | |
|---|---|
StockPainter()
|
|
| 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 StockPainter()
| 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 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 boolean supportsFrame(VisualFrame frame)
supportsFrame 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 | ||||||||