|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.moioli.drawables.Logo
public class Logo
Draws MoioChart's logo.
Constructor Summary | |
---|---|
Logo()
Default constructor. |
Method Summary | |
---|---|
void |
drawMe(GraphicsI g,
Scale s,
java.lang.Object c)
Implements DrawableI drawing this object. |
double |
maxY(double minX,
double maxX)
Since the Logo will be drawn regardless of the scale, always return NaN. |
double |
minY(double minX,
double maxX)
Since the Logo will be drawn regardless of the scale, always return NaN. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Logo()
Method Detail |
---|
public void drawMe(GraphicsI g, Scale s, java.lang.Object c)
drawMe
in interface DrawableI
g
- the surface where this object will be drawns
- the DefaultChart's Scale objectc
- the color to be used for drawingpublic double maxY(double minX, double maxX)
maxY
in interface DrawableI
minX
- the minimum x value represented in this DefaultChartmaxX
- the maximum x value represented in this DefaultChart
public double minY(double minX, double maxX)
minY
in interface DrawableI
minX
- the minimum x value represented in this DefaultChartmaxX
- the maximum x value represented in this DefaultChart
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |