Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.ReportFunctionField

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.AbstractReportComponent
      extended bycom.ontimize.report.ReportDesigner.ReportRectangle
          extended bycom.ontimize.report.ReportDesigner.AbstractTextReportComponent
              extended bycom.ontimize.report.ReportDesigner.ReportLabel
                  extended bycom.ontimize.report.ReportDesigner.ReportTextField
                      extended bycom.ontimize.report.ReportDesigner.ReportFunctionField
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, ReportDesigner.ReportComponent, ReportDesigner.TextReportComponent
Enclosing class:
ReportDesigner

public static class ReportDesigner.ReportFunctionField
extends ReportDesigner.ReportTextField


Nested Class Summary
 
Nested classes inherited from class com.ontimize.report.ReportDesigner.ReportComponent
ReportDesigner.ReportComponent.ChangeListener
 
Field Summary
 
Fields inherited from class com.ontimize.report.ReportDesigner.ReportTextField
dataType, stringFormat
 
Fields inherited from class com.ontimize.report.ReportDesigner.AbstractTextReportComponent
bold, dynamic, font, fontName, fontSize, horizontalAlignment, italic, text, underline, verticalAlignment
 
Fields inherited from class com.ontimize.report.ReportDesigner.ReportRectangle
selStroke
 
Fields inherited from class com.ontimize.report.ReportDesigner.AbstractReportComponent
background, backgroundNameColor, changeListeners, foreground, foregroundNameColor, height, heightPercent, name, RESIZE_PIXELS_DISTANCE, section, selected, stroke, weight, width, widthPercent, x1, x2, y1, y2, z
 
Fields inherited from interface com.ontimize.report.ReportDesigner.TextReportComponent
BOTTOM, CENTER, LEFT, MIDDLE, RIGHT, TOP
 
Constructor Summary
ReportDesigner.ReportFunctionField(java.lang.String name, int x1, int y1, int x2, int y2, java.lang.String s)
           
ReportDesigner.ReportFunctionField(java.lang.String name, int x1, int y1, int x2, int y2, java.lang.String s, java.lang.String type, java.lang.String formato)
           
 
Method Summary
 void removeFunction(java.lang.String name)
           
 
Methods inherited from class com.ontimize.report.ReportDesigner.ReportTextField
getDataType, getFormat, getFormatProperty, getProperties, getTypeProperty, paintAt, setDataType, setFormat
 
Methods inherited from class com.ontimize.report.ReportDesigner.AbstractTextReportComponent
getBold, getDynamic, getFont, getFontName, getFontSize, getHorizontalAlignment, getItalic, getText, getUnderline, getVerticalAlignment, setBold, setDynamic, setFontName, setFontSize, setHorizontalAlignment, setItalic, setText, setUnderline, setVerticalAlignment
 
Methods inherited from class com.ontimize.report.ReportDesigner.ReportRectangle
isResizableAtPoint, resizeAtPoint
 
Methods inherited from class com.ontimize.report.ReportDesigner.AbstractReportComponent
addChangeListener, clone, compareTo, distance, firePropertiesChanged, getBackground, getBackgroundColorName, getForeground, getForegroundColorName, getHeight, getName, getReportSection, getWeight, getWidth, getX1, getX2, getY1, getY2, getZ, isAtPoint, isAtRectangle, isHeightPercent, isSelected, isWidthPercent, removeChangeListener, setBackground, setForeground, setHeight, setHeightPercent, setName, setReportSection, setSelected, setWeight, setWidth, setWidthPercent, setX, setX1, setX2, setY, setY1, setY2, setZ, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ontimize.report.ReportDesigner.ReportComponent
addChangeListener, getBackground, getBackgroundColorName, getForeground, getForegroundColorName, getHeight, getName, getReportSection, getWeight, getWidth, getX1, getX2, getY1, getY2, getZ, isAtPoint, isAtRectangle, isHeightPercent, isResizableAtPoint, isSelected, isWidthPercent, removeChangeListener, resizeAtPoint, setBackground, setForeground, setHeight, setHeightPercent, setName, setReportSection, setSelected, setWeight, setWidth, setWidthPercent, setX, setX1, setX2, setY, setY1, setY2, setZ
 

Constructor Detail

ReportDesigner.ReportFunctionField

public ReportDesigner.ReportFunctionField(java.lang.String name,
                                          int x1,
                                          int y1,
                                          int x2,
                                          int y2,
                                          java.lang.String s)

ReportDesigner.ReportFunctionField

public ReportDesigner.ReportFunctionField(java.lang.String name,
                                          int x1,
                                          int y1,
                                          int x2,
                                          int y2,
                                          java.lang.String s,
                                          java.lang.String type,
                                          java.lang.String formato)
Method Detail

removeFunction

public void removeFunction(java.lang.String name)

Ontimize