Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

echopoint
Class ChartPanel.NestedStyleInfo  view ChartPanel.NestedStyleInfo download ChartPanel.NestedStyleInfo.java

java.lang.Object
  extended byechopoint.ChartPanel.NestedStyleInfo
All Implemented Interfaces:
echopoint.stylesheet.StyleInfo
Enclosing class:
ChartPanel

public static class ChartPanel.NestedStyleInfo
extends java.lang.Object
implements echopoint.stylesheet.StyleInfo

Nested public static StyleInfo class. For more info see:


Field Summary
private static echopoint.stylesheet.StyleAttrDescriptor[] styleDescriptors
           
 
Constructor Summary
ChartPanel.NestedStyleInfo()
           
 
Method Summary
 echopoint.stylesheet.StyleAttrDescriptor[] getStyleDescriptors()
          Returns an array of StyleAttrDescriptor objects for a given coponent class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleDescriptors

private static echopoint.stylesheet.StyleAttrDescriptor[] styleDescriptors
Constructor Detail

ChartPanel.NestedStyleInfo

public ChartPanel.NestedStyleInfo()
Method Detail

getStyleDescriptors

public echopoint.stylesheet.StyleAttrDescriptor[] getStyleDescriptors()
Description copied from interface: echopoint.stylesheet.StyleInfo
Returns an array of StyleAttrDescriptor objects for a given coponent class.

Specified by:
getStyleDescriptors in interface echopoint.stylesheet.StyleInfo