Main Page | Packages | Class Tree | Index | Help

xp.charting

class Markers

Object
  |
  +--xp.charting.Markers


class Markers
extends Object



Method Summary

public static
drawMarker ( type, t, x, y, r, s, f )
Draws a chart marker of the specifed type

public static
drawTriangle ( t, x, y, r, s, f )
Draws a chart marker of the specifed type



Method Documentation

drawMarker

public static function drawMarker(type,
 t,
 x,
 y,
 r,
 s,
 f)
Draws a chart marker of the specifed type

Parameters:
type
One of markerCircle,markerDiamond,markerCross,markerSquare,markerPlus,markerTriangle,markerNone
t
The target clip to render in
x
the x location of the center of the marker
y
the y location of the center of the marker
r
the radius of the marker (for rectangular markers represent half the width/height)
s
the stroke an object with members weight,color and alpha
f
the file an object with the members color and alpha

drawTriangle

public static function drawTriangle(t,
 x,
 y,
 r,
 s,
 f)
Draws a chart marker of the specifed type

Parameters:
t
The target clip to render in
x
the x location of the center of the marker
y
the y location of the center of the marker
r
the radius of the marker (for rectangular markers represent half the width/height)
s
the stroke an object with members weight,color and alpha
f
the file an object with the members color and alpha

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc