This document describes the properties that are available in Perspective for Java. The properties in this guide are organized by category and functionality. Please see the Perspective for Java Programmer's Manual for an alphabetical list of properties. Each property in this guide is defined in the following format:
DATA TYPE:
data type (integer, boolean, etc.) required to get/set the property
RANGE:
range of values that can be assigned to the property.
DEFAULT:
default value
SYNTAX:
returnValue setPropertyName(dataType newValue); returnValue getPropertyName();
EXAMPLE:
// Example code that shows how each attribute is used. e.g., setDepthAngle(0); setDepthRadius(0); setFootnoteDisplay(false); setAxisAssignment(getSeries(0), 1); setAxisAssignment(getSeries(1), 2); setAxisAssignment(getSeries(2), 3); setAxisAssignment(getSeries(3), 4); setGraphType(105); setTitleString("5Y-Axis Chart"); setY1TitleString("Y1 Axis"); setY2TitleString("Y2 Axis"); setTextString(getY3Title(), "Y3 Axis"); setTextString(getY4Title(), "Y4 Axis"); setTextString(getY5Title(), "Y5 Axis"); setSubtitleString("AlignMultiYBars = false"); setAlignMultiYBars(false);
NOTES:
Any special considerations for using each property.
ALSO SEE:
Related properties and methods.