ChartDirector Ver 4.1 (ColdFusion Edition)

Box


The Box class represents boxes. It is used as the base class for more complex classes (such as the TextBox class).

MethodInheritedDescription
setPos(Self)Sets the coordinates of the top-left corner of the box.
setSize(Self)Sets the width and height of the box.
setBackground(Self)Sets the background color, border color and 3D border effect of the box.
setRoundedCorners(Self)Sets the border style to use rounded corners.
getWidth(Self)Gets the width of the box.
getHeight(Self)Gets the height of the box.
getImageCoor(Self)Gets the image map coordinates of the box as HTML image map attributes.
setZOrder(Self)Sets the z-order (drawing order) for custom box objects.