|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format | |
|---|---|
| jimm.datavision.field | Field, its subclasses, and related classes like Format and Border. |
| jimm.datavision.gui | Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. |
| jimm.datavision.gui.cmd | Provides the classes and interfaces that make up the undo/redo command structure. |
| jimm.datavision.layout | Provides concrete layout engine implementations. |
| jimm.datavision.layout.excel | |
| jimm.datavision.layout.pdf | The PDF layout engine implementation. |
| jimm.datavision.layout.swing | Provides the Swing layout engine implementation. |
| Uses of Format in jimm.datavision.field |
|---|
| Subclasses of Format in jimm.datavision.field | |
|---|---|
(package private) class |
DefaultFormat
Only used by the report. |
| Fields in jimm.datavision.field declared as Format | |
|---|---|
protected Format |
Field.format
|
| Methods in jimm.datavision.field that return Format | |
|---|---|
static Format |
Format.createDefaultFormat()
|
static Format |
Format.createEmptyFormat()
|
Format |
Format.getDefaultFormat()
Returns this field's report's default field's format (*whew*). |
Format |
Field.getFormat()
Returns the format for this field. |
| Methods in jimm.datavision.field with parameters of type Format | |
|---|---|
protected void |
Format.fillClonedField(Format f)
|
void |
Field.setFormat(Format newFormat)
Sets the format. |
| Uses of Format in jimm.datavision.gui |
|---|
| Fields in jimm.datavision.gui declared as Format | |
|---|---|
protected Format |
FormatWin.format
|
protected Format |
FormatWin.origFormat
|
| Methods in jimm.datavision.gui with parameters of type Format | |
|---|---|
protected void |
FormatWin.copyFormatAndBorder(Format origFormat,
Border origBorder)
Saves copies of format and border into the objects that we really edit. |
| Uses of Format in jimm.datavision.gui.cmd |
|---|
| Fields in jimm.datavision.gui.cmd declared as Format | |
|---|---|
protected Format |
FormatCommand.newFormat
|
protected Format |
FormatCommand.origFormat
|
| Constructors in jimm.datavision.gui.cmd with parameters of type Format | |
|---|---|
FormatCommand(Field f,
Format format,
Border border)
|
|
| Uses of Format in jimm.datavision.layout |
|---|
| Methods in jimm.datavision.layout that return Format | |
|---|---|
protected Format |
HTMLLE.outputCellStart(Field field)
|
protected Format |
CSSHTMLLE.outputCellStart(Field field)
|
| Methods in jimm.datavision.layout with parameters of type Format | |
|---|---|
protected java.lang.String[] |
LaTeXLE.selectFontSize(Format format)
Returns array of two strings that set/reset font size. |
| Uses of Format in jimm.datavision.layout.excel |
|---|
| Methods in jimm.datavision.layout.excel that return Format | |
|---|---|
Format |
PermField.getFormat()
|
| Uses of Format in jimm.datavision.layout.pdf |
|---|
| Methods in jimm.datavision.layout.pdf with parameters of type Format | |
|---|---|
protected com.lowagie.text.pdf.BaseFont |
PDFLE.getFontForFormat(Format f)
|
| Uses of Format in jimm.datavision.layout.swing |
|---|
| Methods in jimm.datavision.layout.swing with parameters of type Format | |
|---|---|
java.awt.Color |
SwingTextField.getColor(Format format)
Returns field color based on visibility. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||