All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.Triangle

jclass.chart.Triangle

public class Triangle
extends JCShape.
implements JCSerializable
The Triangle class is an extension of the JCShape class that draws a triangle for a point. Used internally for JCSymbolStyle.TRIANGLE.


Constructor Index

 o Triangle()
Default constructor (required)

Method Index

 o resize(int)
Overrides JCShape.resize().

Constructors

 o Triangle
 public Triangle()
Default constructor (required)

Methods

 o resize
 protected void resize(int sz)
Overrides JCShape.resize(). Creates an array of points that will draw a triangle.


All Packages  Class Hierarchy  This Package  Previous  Next  Index