Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.BackgroundProperty

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.Property
      extended bycom.ontimize.report.ReportDesigner.ColorProperty
          extended bycom.ontimize.report.ReportDesigner.BackgroundProperty
All Implemented Interfaces:
ReportDesigner.ReportProperty
Enclosing class:
ReportDesigner

public static class ReportDesigner.BackgroundProperty
extends ReportDesigner.ColorProperty


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

Constructor Detail

ReportDesigner.BackgroundProperty

public ReportDesigner.BackgroundProperty(ReportDesigner.ReportComponent r)
Method Detail

setValue

public void setValue(java.lang.Object v)
Specified by:
setValue in interface ReportDesigner.ReportProperty
Overrides:
setValue in class ReportDesigner.Property

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface ReportDesigner.ReportProperty
Overrides:
getValue in class ReportDesigner.Property

Ontimize