com.klg.jclass.chart
Class Triangle
java.lang.Object
|
+--com.klg.jclass.chart.JCShape
|
+--com.klg.jclass.chart.Triangle
- All Implemented Interfaces:
- Serializable
- public class Triangle
- extends JCShape
- implements Serializable
The Triangle
class is an extension of the JCShape
class
that draws a triangle for a point. Used internally for
JCSymbolStyle.TRIANGLE
.
- See Also:
- Serialized Form
Fields inherited from class com.klg.jclass.chart.JCShape |
size, x, y |
Constructor Summary |
Triangle()
Default constructor (required). |
Method Summary |
protected void |
resize(int sz)
Overrides JCShape.resize() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Triangle
public Triangle()
- Default constructor (required).
resize
protected void resize(int sz)
- Overrides
JCShape.resize()
. Creates an array of points that will
draw a triangle.
- Specified by:
resize
in class JCShape
- Parameters:
sz
-