Uses of Interface
sos.reports.Fill

Uses of Fill in sos.reports
 

Classes in sos.reports that implement Fill
 class DefaultFill
          A default implementation of Fill.
 

Fields in sos.reports declared as Fill
static Fill Fill.NONE
          A preconstructed fill indicating no painting.
static Fill Fill.BLACK
          A preconstructed fill that paints the entire region with java.awt.Color.BLACK.
static Fill Fill.BLUE
          A preconstructed fill that paints the entire region with java.awt.Color.BLUE.
static Fill Fill.CYAN
          A preconstructed fill that paints the entire region with java.awt.Color.CYAN.
static Fill Fill.DARK_GRAY
          A preconstructed fill that paints the entire region with java.awt.Color.DARK_GRAY.
static Fill Fill.GRAY
          A preconstructed fill that paints the entire region with java.awt.Color.GRAY.
static Fill Fill.GREEN
          A preconstructed fill that paints the entire region with java.awt.Color.GREEN.
static Fill Fill.LIGHT_GRAY
          A preconstructed fill that paints the entire region with java.awt.Color.LIGHT_GRAY.
static Fill Fill.MAGENTA
          A preconstructed fill that paints the entire region with java.awt.Color.MAGENTA.
static Fill Fill.ORANGE
          A preconstructed fill that paints the entire region with java.awt.Color.ORANGE.
static Fill Fill.PINK
          A preconstructed fill that paints the entire region with java.awt.Color.PINK.
static Fill Fill.RED
          A preconstructed fill that paints the entire region with java.awt.Color.RED.
static Fill Fill.WHITE
          A preconstructed fill that paints the entire region with java.awt.Color.WHITE.
static Fill Fill.YELLOW
          A preconstructed fill that paints the entire region with java.awt.Color.YELLOW.
 

Methods in sos.reports that return Fill
static Fill ReportStyleConstants.getBackgroundFill(javax.swing.text.AttributeSet a)
          Returns the background coloring specification.
static Fill ReportStyleConstants.getBorderFill(javax.swing.text.AttributeSet a)
          Returns the left, right, top, and bottom border coloring specification.
static Fill ReportStyleConstants.getBottomBorderFill(javax.swing.text.AttributeSet a)
          Returns the bottom border coloring specification.
static Fill ReportStyleConstants.getLeftBorderFill(javax.swing.text.AttributeSet a)
          Returns the left border coloring specification.
static Fill ReportStyleConstants.getRightBorderFill(javax.swing.text.AttributeSet a)
          Returns the right border coloring specification.
static Fill ReportStyleConstants.getTopBorderFill(javax.swing.text.AttributeSet a)
          Returns the top border coloring specification.
static Fill ReportStyleConstants.getHorizontalGridFill(javax.swing.text.AttributeSet a)
          Returns the coloring specification of horizontal grid lines.
static Fill ReportStyleConstants.getVerticalGridFill(javax.swing.text.AttributeSet a)
          Returns the coloring specification of vertical grid lines.
 

Methods in sos.reports with parameters of type Fill
static void ReportStyleConstants.setBackgroundFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the background coloring specification.
static void ReportStyleConstants.setBorderFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of the left, right, top, and bottom border.
static void ReportStyleConstants.setBottomBorderFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of the bottom border.
static void ReportStyleConstants.setLeftBorderFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of the left border.
static void ReportStyleConstants.setRightBorderFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of the right border.
static void ReportStyleConstants.setTopBorderFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of the top border.
static void ReportStyleConstants.setHorizontalGridFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of horizontal grid lines.
static void ReportStyleConstants.setVerticalGridFill(javax.swing.text.MutableAttributeSet a, Fill fill)
          Sets the coloring specification of vertical grid lines.
 



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