JClass DesktopViews 6.3.0 API
Documentation

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

Field Summary
 
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 com.klg.jclass.chart.JCShape
draw, draw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triangle

public Triangle()
Default constructor (required).

Method Detail

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 -

Copyright © 2004 Quest Software Inc..
All rights reserved.