| Home >> All >> org >> ujac |
| | org.ujac.chart.* (24) | | org.ujac.print.* (91) | | org.ujac.ui.* (43) | | org.ujac.util.* (86) |
| | org.ujac.web.* (11) |
Package Samples:
org.ujac.chart.test
org.ujac.chart
org.ujac.print.test
org.ujac.print.tag
org.ujac.print
org.ujac.ui.editor.action
org.ujac.ui.editor
org.ujac.ui.designer
org.ujac.ui
org.ujac.util.codegen
org.ujac.util.console
org.ujac.util.exi.type
org.ujac.util.exi.test
org.ujac.util.exi
org.ujac.util.table.test
org.ujac.util.table
org.ujac.util.db
org.ujac.util.text.test
org.ujac.util.text
org.ujac.util
Classes:
ExpressionInterpreter: Title: ExpressionInterpreter Description: Interpreter for expressions fitting into the following syntax. Basically an expression consists of an object, an operation and an operand: ${object operation operand} The operation and the operand are optional. The object can be an expression itself, so encapsulation of expressions is possible. Example: ${${today decrYear 1} getYear} produces a String containing the value of last year (currently 2001). Operations can be operators as well. Supported operators are +, -, / and * for mathematical operations. Additional there are two operators '.' and '->' which ...
DocumentHandler: Name: DocumentHandler.java Description: Description of class. Log: $Log: DocumentHandler.java,v $ Log: Revision 1.40 2003/12/13 01:08:50 lauerc Log: Added property xmlReaderClass. Log: Log: Revision 1.39 2003/12/02 21:34:13 lauerc Log: Fixed font handling. Log: Log: Revision 1.38 2003/11/23 17:28:58 lauerc Log: Added missing javadoc tags. Log: Cleaned up code. Log: Log: Revision 1.37 2003/11/23 02:57:52 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.36 2003/11/01 12:05:21 lauerc Log: Added copyright notice. Log: Log: Revision 1.35 2003/10/07 18:36:48 lauerc Log: Considering given formatHelper ...
DocumentTagFactory: Name: DocumentTagFactory.java Description: Description of class. Log: $Log: DocumentTagFactory.java,v $ Log: Revision 1.13 2003/12/07 23:53:33 lauerc Log: Added support for tags 'print-footer-row', 'print-group-row' and 'print-group-title-row' Log: Log: Revision 1.12 2003/12/03 07:33:28 lauerc Log: Added support for print-header-row tag. Log: Log: Revision 1.11 2003/11/27 01:17:07 lauerc Log: Added support for types: chapter, annotation, anchor, list, list-symbol, list-item and meta. Log: Log: Revision 1.10 2003/11/23 17:30:48 lauerc Log: Added missing javadoc tags. Log: Cleaned up code. Log: Log: ...
ChartTag: Name: ChartTag Description: A class handling 'chart' items. Log: $Log: ChartTag.java,v $ Log: Revision 1.15 2003/12/15 00:24:02 lauerc Log: Removed unneccessary method getSegmentLabelsIterator. Log: Log: Revision 1.14 2003/12/02 21:35:23 lauerc Log: Fixed font handling. Log: Log: Revision 1.13 2003/11/28 00:04:36 lauerc Log: Added support for boolean attribute draw-foreground, which rules whether Log: the image is drawn directly (false) or later at end of the page (true) to make Log: it be drawn in the foreground. Log: Log: Revision 1.12 2003/11/27 01:22:25 lauerc Log: This class is derived from ...
PdfCellTag: Name: PdfCellTag Description: A class handling 'cell' items. Log: $Log: PdfCellTag.java,v $ Log: Revision 1.7 2003/11/27 08:06:33 lauerc Log: Added support for nested chunks. Log: Log: Revision 1.6 2003/11/24 22:36:38 lauerc Log: Properly considering the surrounding attribute holder's alignment properties now. Log: Log: Revision 1.5 2003/11/23 14:04:07 lauerc Log: Moved cell creation into new method buildCell. Log: Added method hasNestedElements. Log: Log: Revision 1.4 2003/11/23 03:11:28 lauerc Log: Fixed javadoc comments. Log: Added method getCellAlignmentAttribute. Log: Log: Revision 1.3 2003/11/21 ...
DocumentPrinter: Name: DocumentPrinter Description: A class printing xml based documents. Log: $Log: DocumentPrinter.java,v $ Log: Revision 1.29 2003/12/13 01:08:24 lauerc Log: Setting the same xml reader class as attribute of the document handler as the one that parses the main document. Log: Log: Revision 1.28 2003/12/08 08:37:32 lauerc Log: Fixed bug due to interface changes at org.ujac.util.table.Column. Log: Log: Revision 1.27 2003/12/07 23:52:28 lauerc Log: Renamed org.ujac.util.table.Table to org.ujac.util.table.DataTable. Log: Log: Revision 1.26 2003/11/23 17:29:41 lauerc Log: Fixed javadoc tags. Log: Log: ...
TagAttributes: Name: TagAttributes Description: Holds the attribute name constants of all print items. Log: $Log: TagAttributes.java,v $ Log: Revision 1.8 2003/12/07 23:57:05 lauerc Log: Added constant for attribute 'group-name'. Log: Log: Revision 1.7 2003/11/28 00:04:36 lauerc Log: Added support for boolean attribute draw-foreground, which rules whether Log: the image is drawn directly (false) or later at end of the page (true) to make Log: it be drawn in the foreground. Log: Log: Revision 1.6 2003/11/27 01:32:17 lauerc Log: Added missing attribute names for new tags. Log: Log: Revision 1.5 2003/11/23 03:19:10 ...
ForeachTag: Name: ForeachTag Description: A class iterating over a given sequence (list, table etc.) and repeats the nested body for each element of the sequence. Log: $Log: ForeachTag.java,v $ Log: Revision 1.5 2003/11/27 01:25:28 lauerc Log: Enabled iteration over given comma separated value list. Log: Log: Revision 1.4 2003/11/23 03:06:15 lauerc Log: Cleaned up code. Log: Added supporting methods for derived class PrintTableTag. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 ...
ImageTag: Name: ImageTag Description: A class handling image items. Log: $Log: ImageTag.java,v $ Log: Revision 1.11 2003/12/15 23:48:57 lauerc Log: In case a surrounding phase holder has been found prefering Log: this one to a surrounding element container. Log: Log: Revision 1.10 2003/11/28 00:04:36 lauerc Log: Added support for boolean attribute draw-foreground, which rules whether Log: the image is drawn directly (false) or later at end of the page (true) to make Log: it be drawn in the foreground. Log: Log: Revision 1.9 2003/11/27 08:03:42 lauerc Log: Serving chunk to element container now (was phrase). ...
BasePieChart: Name: BasePieChart Description: A base class for the rendering of pie charts. Log: $Log: BasePieChart.java,v $ Log: Revision 1.27 2003/11/23 17:08:04 lauerc Log: Cleaned up code. Log: Log: Revision 1.26 2003/11/14 12:45:48 lauerc Log: Added shadowing support. Log: Log: Revision 1.25 2003/11/14 01:30:28 lauerc Log: Added support for methods getMinValue + getMaxValue. Log: Log: Revision 1.24 2003/11/01 12:04:47 lauerc Log: Added copyright notice. Log: Log: Revision 1.23 2003/10/31 06:28:31 lauerc Log: Added support for attribute 'description-color'. Log: Log: Revision 1.22 2003/10/08 22:58:18 lauerc ...
PhraseTag: Name: PhraseTag Description: A class handling phrases. Log: $Log: PhraseTag.java,v $ Log: Revision 1.8 2003/11/27 01:31:42 lauerc Log: Added missing supported childs list. Log: Log: Revision 1.7 2003/11/24 08:07:19 lauerc Log: Cleaned up imports. Log: Log: Revision 1.6 2003/11/24 07:47:54 lauerc Log: Moved phrase rotation to BaseDocumentTag. Log: Log: Revision 1.5 2003/11/24 00:32:56 lauerc Log: Added initial support for rotate attribute. Log: Log: Revision 1.4 2003/11/23 03:19:33 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute ...
PdfTableTag: Name: PdfTableTag Description: An item handling PDF tables. Log: $Log: PdfTableTag.java,v $ Log: Revision 1.4 2003/11/23 03:14:37 lauerc Log: Cleaned up code. Log: Added method getCellAlignmentAttribute. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. Log: Log: Revision 1.19 2003/09/03 18:43:34 lauerc Log: Fixed handling of header rows ...
ConditionTag: Name: ConditionTag.java Description: Description of class. Log: $Log: ConditionTag.java,v $ Log: Revision 1.5 2003/12/02 21:35:23 lauerc Log: Fixed font handling. Log: Log: Revision 1.4 2003/11/23 03:03:58 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.3 2003/11/21 01:16:41 lauerc Log: Added support for tag 'resource-bundle'. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. Log: Log: Revision 1.19 2003/09/01 22:40:41 lauerc Log: Using method getContent to retrieve ...
ParagraphTag: Name: ParagraphTag.java Description: Description of class. Log: $Log: ParagraphTag.java,v $ Log: Revision 1.5 2003/11/27 01:31:10 lauerc Log: Added missing supported childs list. Log: Log: Revision 1.4 2003/11/23 03:19:33 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. Log: Log: Revision 1.19 2003/07/23 ...
PdfTableHeaderTag: Name: PdfTableHeaderTag Description: A class handling document items which define the header cells of the surrounding table. Log: $Log: PdfTableHeaderTag.java,v $ Log: Revision 1.4 2003/11/23 03:12:02 lauerc Log: Added method getCellAlignmentAttribute. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. Log: Log: Revision 1.14 2003/07/22 05:09:00 ...
DocumentTag: Name: DocumentTag Description: A class handling 'document' items. Log: $Log: DocumentTag.java,v $ Log: Revision 1.5 2003/11/27 01:24:37 lauerc Log: Added missing items to supported childs list. Log: Log: Revision 1.4 2003/11/21 01:16:41 lauerc Log: Added support for tag 'resource-bundle'. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. ...
BaseChart: Name: BaseChart Description: Description of the class. Log: $Log: BaseChart.java,v $ Log: Revision 1.22 2003/11/25 22:52:52 lauerc Log: Fixed JDK 1.3 incompabilities regarding Color constants. Log: Log: Revision 1.21 2003/11/23 17:06:26 lauerc Log: Added missing javadoc tags. Log: Log: Revision 1.20 2003/11/15 12:25:18 lauerc Log: Renamed chart attribute 'shadow-length' to 'shadow-offset'. Log: Log: Revision 1.19 2003/11/14 12:45:33 lauerc Log: Added shadowing support. Log: Log: Revision 1.18 2003/11/14 01:30:00 lauerc Log: Added methods getMinValue + getMaxValue. Log: Log: Revision 1.17 2003/11/01 ...
BaseFontTag: Name: BaseFontTag.java Description: Description of class. Log: $Log: BaseFontTag.java,v $ Log: Revision 1.6 2003/12/02 21:35:23 lauerc Log: Fixed font handling. Log: Log: Revision 1.5 2003/11/25 22:52:52 lauerc Log: Fixed JDK 1.3 incompabilities regarding Color constants. Log: Log: Revision 1.4 2003/11/23 23:16:05 lauerc Log: Fixed font handling. Log: Log: Revision 1.3 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.2 2003/10/16 16:48:26 lauerc Log: Using FontFactory to create fonts now. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem ...
FontTag: Name: FontTag Description: A class handling font items. Log: $Log: FontTag.java,v $ Log: Revision 1.7 2003/11/28 00:05:05 lauerc Log: Removed unneccessary imports. Log: Log: Revision 1.6 2003/11/23 23:16:05 lauerc Log: Fixed font handling. Log: Log: Revision 1.5 2003/11/23 03:04:34 lauerc Log: Cleaned up code. Log: Log: Revision 1.4 2003/11/21 00:57:41 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.3 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.2 2003/10/16 16:49:31 lauerc Log: Using FontFactory ...
Base2DScaleChart: Name: Base2DScaleChart Description: Description of the class. Log: $Log: Base2DScaleChart.java,v $ Log: Revision 1.20 2003/11/25 22:52:52 lauerc Log: Fixed JDK 1.3 incompabilities regarding Color constants. Log: Log: Revision 1.19 2003/11/23 17:00:08 lauerc Log: Cleaned up code. Log: Fixed maximum value calculation. Log: Log: Revision 1.18 2003/11/14 12:45:00 lauerc Log: Made arrowhead metrics and style customizable. Log: Log: Revision 1.17 2003/11/14 01:30:28 lauerc Log: Added support for methods getMinValue + getMaxValue. Log: Log: Revision 1.16 2003/11/02 00:56:39 lauerc Log: Addes support for ...
TableTag: Name: TableTag Description: An item handling tables. Log: $Log: TableTag.java,v $ Log: Revision 1.4 2003/11/23 03:17:55 lauerc Log: Cleaned up code. Log: Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. Log: Log: Revision 1.14 2003/07/18 06:26:01 lauerc Log: Content handling re-designed. Log: Log: Revision 1.13 2003/07/09 22:03:31 lauerc Log: ...
LineChart2D: Name: LineChart2D Description: A class rendering two dimensional line charts. Log: $Log: LineChart2D.java,v $ Log: Revision 1.19 2003/11/23 17:11:52 lauerc Log: Cleaned up code. Log: Log: Revision 1.18 2003/11/14 01:30:28 lauerc Log: Added support for methods getMinValue + getMaxValue. Log: Log: Revision 1.17 2003/11/01 12:04:47 lauerc Log: Added copyright notice. Log: Log: Revision 1.16 2003/10/30 19:16:45 lauerc Log: Fixed scaling of vertical positions in case of negative values. Log: Drawing value range background and grid for coordinates now. Log: Log: Revision 1.15 2003/10/22 18:05:18 lauerc ...
CellTag: Name: CellTag Description: An item handling table cells. Log: $Log: CellTag.java,v $ Log: Revision 1.3 2003/11/21 00:57:42 lauerc Log: Made almost all attribute values behave dynamic using the Expression interpreter. Log: Log: Revision 1.2 2003/11/01 12:05:19 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/09/29 21:15:03 lauerc Log: Renamed classes from XyzItem to XyzTag. Log: Log: Revision 1.14 2003/07/24 19:13:56 lauerc Log: Fixed JavaDoc comments. Log: Log: Revision 1.13 2003/07/22 06:14:52 lauerc Log: Removed method formatPhrase in advance of method addChunk. Log: The content ...
Chart: Name: Chart Description: Base interface for all UJAC charts. Log: $Log: Chart.java,v $ Log: Revision 1.19 2003/11/23 17:08:42 lauerc Log: Added missing javadoc tags. Log: Log: Revision 1.18 2003/11/15 12:25:18 lauerc Log: Renamed chart attribute 'shadow-length' to 'shadow-offset'. Log: Log: Revision 1.17 2003/11/14 12:49:26 lauerc Log: Made arrowhead metrics and style customizable. Log: Added shadowing support. Log: Log: Revision 1.16 2003/11/02 00:56:57 lauerc Log: Added constant ATTR_VIEW_SCALE_ARROWS. Log: Log: Revision 1.15 2003/11/01 12:04:47 lauerc Log: Added copyright notice. Log: Log: Revision ...
HeaderFooterPartTag: Name: HeaderFooterPartTag.java Description: Description of class. Log: $Log: HeaderFooterPartTag.java,v $ Log: Revision 1.10 2003/12/15 23:50:42 lauerc Log: Taking care of image holding chunks. Log: Log: Revision 1.9 2003/12/02 21:35:23 lauerc Log: Fixed font handling. Log: Log: Revision 1.8 2003/11/24 00:32:11 lauerc Log: Moved phrase measuring stuff up into BaseDocumentTag class. Log: Log: Revision 1.7 2003/11/23 03:07:03 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.6 2003/11/22 00:29:44 lauerc Log: At method onCloseDocument: In case no numberOfPagesTemplate ...
| Home | Contact Us | Privacy Policy | Terms of Service |