com.f1j.drawing
Interface FillFormat

All Known Subinterfaces:
FillFormat

public interface FillFormat
extends FillFormat

The Fill Format interface.


Inner classes inherited from class com.f1j.paint.FillFormat
FillFormat.EPattern, FillFormat.EProperty, FillFormat.EType
 
Field Summary
static FillFormat.EProperty eOpacity
          Opacity property
static FillFormat.EPattern ePattern40Percent
          40 Percent Pattern style.
static FillFormat.EPattern ePattern5Percent
          5 Percent Pattern style.
static FillFormat.EPattern ePattern60Percent
          60 Percent Pattern style.
static FillFormat.EPattern ePattern75Percent
          75 Percent Pattern style.
static FillFormat.EPattern ePattern80Percent
          80 Percent Pattern style.
static FillFormat.EPattern ePattern90Percent
          90 Percent Pattern style.
static FillFormat.EPattern ePatternDashedDownwardDiagonal
          Dashed Downward Diagonal Pattern style.
static FillFormat.EPattern ePatternDashedHorizontal
          Dashed Horizontal Pattern style.
static FillFormat.EPattern ePatternDashedUpwardDiagonal
          Dashed Upward Diagonal Pattern style.
static FillFormat.EPattern ePatternDashedVertical
          Dashed Vertical Pattern style.
static FillFormat.EPattern ePatternDiagonalBrick
          Diagonal Brick Pattern style.
static FillFormat.EPattern ePatternDivot
          Divot Pattern style.
static FillFormat.EPattern ePatternDottedDiamond
          Dotted Diamond Pattern style.
static FillFormat.EPattern ePatternDottedGrid
          Dotted Grid Pattern style.
static FillFormat.EPattern ePatternHorizontalBrick
          Horizontal Brick Pattern style.
static FillFormat.EPattern ePatternLargeCheckerBoard
          Checker Board Pattern style.
static FillFormat.EPattern ePatternLargeConfetti
          Large Confetti Pattern style.
static FillFormat.EPattern ePatternLargeGrid
          Large Grid Pattern style.
static FillFormat.EPattern ePatternNarrowHorizontal
          Narrow Horizontal Pattern style.
static FillFormat.EPattern ePatternNarrowVertical
          Narrow Vertical Pattern style.
static FillFormat.EPattern ePatternOutlinedDiamond
          Outlined Diamond Pattern style.
static FillFormat.EPattern ePatternPlaid
          Plaid Pattern style.
static FillFormat.EPattern ePatternShingle
          Shingle Pattern style.
static FillFormat.EPattern ePatternSmallConfetti
          Small Confetti Pattern style.
static FillFormat.EPattern ePatternSolidDiamond
          Solid Diamond Pattern style.
static FillFormat.EPattern ePatternSphere
          Sphere Pattern style.
static FillFormat.EPattern ePatternWave
          Wave Pattern style.
static FillFormat.EPattern ePatternWeave
          Weave Pattern style.
static FillFormat.EPattern ePatternWideDownwardDiagonal
          Wide Downward Diagonal Pattern style.
static FillFormat.EPattern ePatternWideUpwardDiagonal
          Wide Upward Diagonal Pattern style.
static FillFormat.EPattern ePatternZigZag
          Zig Zag Pattern style.
 
Fields inherited from class com.f1j.paint.FillFormat
eAuto, eBackColor, eFillPatterned, eFillSolid, eFillType, eForeColor, ePattern10Percent, ePattern20Percent, ePattern25Percent, ePattern30Percent, ePattern50Percent, ePattern70Percent, ePatternDarkDownwardDiagonal, ePatternDarkHorizontal, ePatternDarkUpwardDiagonal, ePatternDarkVertical, ePatternLightDownwardDiagonal, ePatternLightHorizontal, ePatternLightUpwardDiagonal, ePatternLightVertical, ePatternSmallCheckerBoard, ePatternSmallGrid, ePatternTrellis, eVisible
 
Method Summary
 double getOpacity()
          Returns the opacity.
 java.lang.String getPatternName()
          Returns the pattern name.
 void setOpacity(double opacity)
          Sets the opacity.
 
Methods inherited from interface com.f1j.paint.FillFormat
getBackColor, getForeColor, getPattern, getType, isAuto, isVisible, setAuto, setBackColor, setForeColor, setPattern, setSolid, setVisible
 
Methods inherited from interface com.f1j.util.FormatBase
isUndefined, isUndefined, isUsed, setUndefined, undefineAll, useAll
 

Field Detail

eOpacity

public static final FillFormat.EProperty eOpacity
Opacity property

ePattern40Percent

public static final FillFormat.EPattern ePattern40Percent
40 Percent Pattern style.

ePattern5Percent

public static final FillFormat.EPattern ePattern5Percent
5 Percent Pattern style.

ePattern60Percent

public static final FillFormat.EPattern ePattern60Percent
60 Percent Pattern style.

ePattern75Percent

public static final FillFormat.EPattern ePattern75Percent
75 Percent Pattern style.

ePattern80Percent

public static final FillFormat.EPattern ePattern80Percent
80 Percent Pattern style.

ePattern90Percent

public static final FillFormat.EPattern ePattern90Percent
90 Percent Pattern style.

ePatternDashedDownwardDiagonal

public static final FillFormat.EPattern ePatternDashedDownwardDiagonal
Dashed Downward Diagonal Pattern style.

ePatternDashedHorizontal

public static final FillFormat.EPattern ePatternDashedHorizontal
Dashed Horizontal Pattern style.

ePatternDashedUpwardDiagonal

public static final FillFormat.EPattern ePatternDashedUpwardDiagonal
Dashed Upward Diagonal Pattern style.

ePatternDashedVertical

public static final FillFormat.EPattern ePatternDashedVertical
Dashed Vertical Pattern style.

ePatternDiagonalBrick

public static final FillFormat.EPattern ePatternDiagonalBrick
Diagonal Brick Pattern style.

ePatternDivot

public static final FillFormat.EPattern ePatternDivot
Divot Pattern style.

ePatternDottedDiamond

public static final FillFormat.EPattern ePatternDottedDiamond
Dotted Diamond Pattern style.

ePatternDottedGrid

public static final FillFormat.EPattern ePatternDottedGrid
Dotted Grid Pattern style.

ePatternHorizontalBrick

public static final FillFormat.EPattern ePatternHorizontalBrick
Horizontal Brick Pattern style.

ePatternLargeCheckerBoard

public static final FillFormat.EPattern ePatternLargeCheckerBoard
Checker Board Pattern style.

ePatternLargeConfetti

public static final FillFormat.EPattern ePatternLargeConfetti
Large Confetti Pattern style.

ePatternLargeGrid

public static final FillFormat.EPattern ePatternLargeGrid
Large Grid Pattern style.

ePatternNarrowHorizontal

public static final FillFormat.EPattern ePatternNarrowHorizontal
Narrow Horizontal Pattern style.

ePatternNarrowVertical

public static final FillFormat.EPattern ePatternNarrowVertical
Narrow Vertical Pattern style.

ePatternOutlinedDiamond

public static final FillFormat.EPattern ePatternOutlinedDiamond
Outlined Diamond Pattern style.

ePatternPlaid

public static final FillFormat.EPattern ePatternPlaid
Plaid Pattern style.

ePatternShingle

public static final FillFormat.EPattern ePatternShingle
Shingle Pattern style.

ePatternSmallConfetti

public static final FillFormat.EPattern ePatternSmallConfetti
Small Confetti Pattern style.

ePatternSolidDiamond

public static final FillFormat.EPattern ePatternSolidDiamond
Solid Diamond Pattern style.

ePatternSphere

public static final FillFormat.EPattern ePatternSphere
Sphere Pattern style.

ePatternWave

public static final FillFormat.EPattern ePatternWave
Wave Pattern style.

ePatternWeave

public static final FillFormat.EPattern ePatternWeave
Weave Pattern style.

ePatternWideDownwardDiagonal

public static final FillFormat.EPattern ePatternWideDownwardDiagonal
Wide Downward Diagonal Pattern style.

ePatternWideUpwardDiagonal

public static final FillFormat.EPattern ePatternWideUpwardDiagonal
Wide Upward Diagonal Pattern style.

ePatternZigZag

public static final FillFormat.EPattern ePatternZigZag
Zig Zag Pattern style.
Method Detail

getOpacity

public double getOpacity()
Returns the opacity.
Returns:
the opacity.

getPatternName

public java.lang.String getPatternName()
Returns the pattern name.
Returns:
the pattern name. Null if the fill is not a pattern fill.

setOpacity

public void setOpacity(double opacity)
Sets the opacity.
Parameters:
opacity - the opacity.