|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.graph.GraphShape
public abstract class GraphShape
Field Summary | |
---|---|
protected double |
height
|
protected double |
width
|
protected double |
x
|
protected double |
y
|
Constructor Summary | |
---|---|
GraphShape()
|
Method Summary | |
---|---|
abstract void |
buildShape(java.awt.Graphics2D graph,
java.lang.Object object)
|
abstract void |
draw(java.awt.Graphics2D graph)
Draws the shape. |
double |
getHeight()
|
double |
getWidth()
|
abstract double |
getYMax()
|
abstract double |
getYMin()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double x
protected double y
protected double height
protected double width
Constructor Detail |
---|
public GraphShape()
Method Detail |
---|
public abstract void buildShape(java.awt.Graphics2D graph, java.lang.Object object)
public abstract void draw(java.awt.Graphics2D graph)
graph
- public double getHeight()
public double getWidth()
public abstract double getYMin()
public abstract double getYMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |