Perforce JViews Gantt Sample: Load Chart Rendering (CSS)
Description
This sample demonstrates the styling capability for the Resource data chart component using Cascading Style Sheets (CSS).
How to Use the Sample
- The drop-down list on the right side of the sample window lets you choose a style sheet to apply to the chart. The first item in the list, Default Style, displays the chart using default attributes. That is, no style sheet is applied.
How to Run the Sample as an Application
This sample can
be run as an application.
The installation directory contains
an executable JAR file,
css-resource-data.jar
,
that allows you to execute the sample with a double click from a
file browser. Note that if you are using Internet Explorer, you can
open the installation directory
and execute the JAR file from the browser. This
technique may not work in other Web browsers.
Alternatively, you
can run the sample application from the command line.
First check that the Ant utility is properly configured. If not, see the
instructions on how to configure Ant for Perforce JViews.
Then, go to the installation directory
of the sample and type:
ant run
Topics Covered
- Resource Data CSS Styling
Detailed Description
After having launched the Resource Data CSS sample, use the Style Sheet drop-down list on the right of the window to select different style sheets.
Installation Directory
The Load Chart Rendering (CSS) sample is installed here.
Classes Involved
Source Files
-
css.ResourceDataCSSExample
The main class of the sample.
-
shared.data.SimpleEngineeringProject
The in-memory data model for the sample.
-
shared.swing.CSSComboBox
The combo box that selects a CSS file to apply to the chart.