Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.ColorProperty

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.Property
      extended bycom.ontimize.report.ReportDesigner.ColorProperty
All Implemented Interfaces:
ReportDesigner.ReportProperty
Direct Known Subclasses:
ReportDesigner.BackgroundProperty, ReportDesigner.ForegroundProperty
Enclosing class:
ReportDesigner

public abstract static class ReportDesigner.ColorProperty
extends ReportDesigner.Property


Field Summary
 
Fields inherited from interface com.ontimize.report.ReportDesigner.ReportProperty
CHOICE, DOUBLE, FILE, FLOAT, INTEGER, STRING
 
Constructor Summary
ReportDesigner.ColorProperty(ReportDesigner.ReportComponent r, java.lang.String s, java.lang.Object v)
           
 
Methods inherited from class com.ontimize.report.ReportDesigner.Property
getName, getType, getValue, getValues, isRequired, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDesigner.ColorProperty

public ReportDesigner.ColorProperty(ReportDesigner.ReportComponent r,
                                    java.lang.String s,
                                    java.lang.Object v)

Ontimize