|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jinsight.jetchart.Quadrant
A quadrant is one of the four rectangular areas formed by the intersection
of a vertical and a horizontal axis. A cartesian plan is composed of four
quadrants, numbered from 1 to 4 counterclockwise. Each point on a cartesian
plan has an x and a y coordinates, calculated against a horizontal and a
vertical scales, respectively. The location of a xy pair on a cartesian
coordinates system is as follows:
ScatterGraph.getQuadrant(int)
Constructor Summary | |
Quadrant()
|
Method Summary | |
void |
setColor(java.awt.Color color)
Sets the quadrant color. |
void |
setTitle(java.lang.String title)
Sets the quadrant title. |
void |
setTitleColor(java.awt.Color titleColor)
Sets the color of the quadrant title. |
void |
setTitleFont(java.awt.Font titleFont)
Sets the font of the quadrant title. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Quadrant()
Method Detail |
public void setColor(java.awt.Color color)
color
- A color object.public void setTitle(java.lang.String title)
title
- A String object.public void setTitleFont(java.awt.Font titleFont)
titleFont
- A String object.setTitle(java.lang.String)
public void setTitleColor(java.awt.Color titleColor)
titleColor
- A Color object.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |