sos.reports
Class ReportStyleConstants.ObjectConstants

java.lang.Object
  |
  +--sos.reports.ReportStyleConstants
        |
        +--sos.reports.ReportStyleConstants.ObjectConstants
Enclosing class:
ReportStyleConstants

public static class ReportStyleConstants.ObjectConstants
extends ReportStyleConstants

A typesafe enumeration of attributes that contribute to the visualization of an object. These attributes are in addition to the ones defined in javax.swing.text.StyleConstants.

Since:
1.0
See Also:
ReportStyleConstants.TableConstants

Nested Class Summary
 
Nested classes inherited from class sos.reports.ReportStyleConstants
ReportStyleConstants.ObjectConstants, ReportStyleConstants.TableConstants
 
Field Summary
static java.lang.Object AllCaps
          Forced capitalization of text.
static java.lang.Object AutoFit
          Automatic sizing of text.
static java.lang.Object BackgroundFill
          Background coloring.
static java.lang.Object BorderFill
          Border coloring.
static java.lang.Object BorderThickness
          Border height or width.
static java.lang.Object BottomBorderFill
          Bottom border coloring.
static java.lang.Object BottomBorderThickness
          Bottom border height.
static java.lang.Object Format
          Mapping of object to text.
static java.lang.Object LeftBorderFill
          Left border coloring.
static java.lang.Object LeftBorderThickness
          Left border width.
static java.lang.Object MinimumHeight
          Minimum height.
static java.lang.Object MinimumWidth
          Minimum width.
static java.lang.Object Renderer
          Object renderer.
static java.lang.Object ReportTemplate
          Nested report template.
static java.lang.Object RightBorderFill
          Right border coloring.
static java.lang.Object RightBorderThickness
          Right border width.
static java.lang.Object Rotation
          Rotation angle (in radians).
static java.lang.Object Theme
          Theme of the nested report.
static java.lang.Object ToolTip
          Tool tip.
static java.lang.Object TopBorderFill
          Top border coloring.
static java.lang.Object TopBorderThickness
          Top border height.
static java.lang.Object Wrapped
          Wrapping of text.
 
Fields inherited from class sos.reports.ReportStyleConstants
ALIGN_BOTTOM, ALIGN_TOP, BottomPadding, ColumnCushionAfter, ColumnCushionBefore, DEFAULT_FORMAT, FillProportion, HorizontalAlignment, HorizontalGridFill, HorizontalGridThickness, KeptTogetherHorizontally, KeptTogetherVertically, KeptWithNext, KeptWithPrevious, LeftPadding, OrphanColumnCount, OrphanRowCount, Padding, PageBreak, RightPadding, RowCushionAfter, RowCushionBefore, TableFormat, TopPadding, VerticalAlignment, VerticalGridFill, VerticalGridThickness, WidowColumnCount, WidowRowCount
 
Methods inherited from class sos.reports.ReportStyleConstants
getBackgroundFill, getBorderFill, getBorderThickness, getBottomBorderFill, getBottomBorderThickness, getBottomPadding, getColumnCushionAfter, getColumnCushionBefore, getFillProportion, getFormat, getHorizontalAlignment, getHorizontalGridFill, getHorizontalGridThickness, getLeftBorderFill, getLeftBorderThickness, getLeftPadding, getMinimumHeight, getMinimumWidth, getOrphanColumnCount, getOrphanRowCount, getPadding, getRenderer, getReportTemplate, getRightBorderFill, getRightBorderThickness, getRightPadding, getRotation, getRowCushionAfter, getRowCushionBefore, getTableFormat, getTheme, getToolTip, getTopBorderFill, getTopBorderThickness, getTopPadding, getVerticalAlignment, getVerticalGridFill, getVerticalGridThickness, getWidowColumnCount, getWidowRowCount, isAllCaps, isAttributeInherited, isAutoFit, isKeptTogetherHorizontally, isKeptTogetherVertically, isKeptWithNext, isKeptWithPrevious, isPageBreak, isWrapped, setAllCaps, setAutoFit, setBackgroundFill, setBorderFill, setBorderThickness, setBottomBorderFill, setBottomBorderThickness, setBottomPadding, setColumnCushionAfter, setColumnCushionBefore, setFillProportion, setFormat, setHorizontalAlignment, setHorizontalGridFill, setHorizontalGridThickness, setKeptTogetherHorizontally, setKeptTogetherVertically, setKeptWithNext, setKeptWithPrevious, setLeftBorderFill, setLeftBorderThickness, setLeftPadding, setMinimumHeight, setMinimumWidth, setOrphanColumnCount, setOrphanRowCount, setPadding, setPageBreak, setRenderer, setReportTemplate, setRightBorderFill, setRightBorderThickness, setRightPadding, setRotation, setRowCushionAfter, setRowCushionBefore, setTableFormat, setTheme, setToolTip, setTopBorderFill, setTopBorderThickness, setTopPadding, setVerticalAlignment, setVerticalGridFill, setVerticalGridThickness, setWidowColumnCount, setWidowRowCount, setWrapped, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AllCaps

public static final java.lang.Object AllCaps
Forced capitalization of text.


AutoFit

public static final java.lang.Object AutoFit
Automatic sizing of text.


BackgroundFill

public static final java.lang.Object BackgroundFill
Background coloring.


BorderFill

public static final java.lang.Object BorderFill
Border coloring.


BorderThickness

public static final java.lang.Object BorderThickness
Border height or width.


BottomBorderFill

public static final java.lang.Object BottomBorderFill
Bottom border coloring.


BottomBorderThickness

public static final java.lang.Object BottomBorderThickness
Bottom border height.


LeftBorderFill

public static final java.lang.Object LeftBorderFill
Left border coloring.


LeftBorderThickness

public static final java.lang.Object LeftBorderThickness
Left border width.


MinimumHeight

public static final java.lang.Object MinimumHeight
Minimum height.


MinimumWidth

public static final java.lang.Object MinimumWidth
Minimum width.


RightBorderFill

public static final java.lang.Object RightBorderFill
Right border coloring.


RightBorderThickness

public static final java.lang.Object RightBorderThickness
Right border width.


TopBorderFill

public static final java.lang.Object TopBorderFill
Top border coloring.


TopBorderThickness

public static final java.lang.Object TopBorderThickness
Top border height.


Format

public static final java.lang.Object Format
Mapping of object to text.


Renderer

public static final java.lang.Object Renderer
Object renderer.


Rotation

public static final java.lang.Object Rotation
Rotation angle (in radians).


ReportTemplate

public static final java.lang.Object ReportTemplate
Nested report template.


Theme

public static final java.lang.Object Theme
Theme of the nested report.


ToolTip

public static final java.lang.Object ToolTip
Tool tip.


Wrapped

public static final java.lang.Object Wrapped
Wrapping of text.



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.