com.esri.arcgis.display
Interface esriSimpleFillStyle

All Superinterfaces:
Serializable

public interface esriSimpleFillStyle
extends Serializable

Simple fill symbol styles.

Description

esriSimpleFillStyle specifies the fill pattern to be used with the ISimpleFillSymbol interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSFSBackwardDiagonal
          45-degree upward, left-to-right hatch fill //////.
static int esriSFSCross
          Horizontal and vertical crosshatch ++++++.
static int esriSFSDiagonalCross
          45-degree crosshatch xxxxxx.
static int esriSFSForwardDiagonal
          45-degree downward, left-to-right hatch fill \\\.
static int esriSFSHollow
          Hollow fill (same as esriSFSNull).
static int esriSFSHorizontal
          Horizontal hatch fill ------.
static int esriSFSNull
          Empty fill.
static int esriSFSSolid
          Solid fill.
static int esriSFSVertical
          Vertical hatch fill ||||||.
 

Field Detail

esriSFSSolid

static final int esriSFSSolid
Solid fill.

See Also:
Constant Field Values

esriSFSNull

static final int esriSFSNull
Empty fill.

See Also:
Constant Field Values

esriSFSHollow

static final int esriSFSHollow
Hollow fill (same as esriSFSNull).

See Also:
Constant Field Values

esriSFSHorizontal

static final int esriSFSHorizontal
Horizontal hatch fill ------.

See Also:
Constant Field Values

esriSFSVertical

static final int esriSFSVertical
Vertical hatch fill ||||||.

See Also:
Constant Field Values

esriSFSForwardDiagonal

static final int esriSFSForwardDiagonal
45-degree downward, left-to-right hatch fill \\\.

See Also:
Constant Field Values

esriSFSBackwardDiagonal

static final int esriSFSBackwardDiagonal
45-degree upward, left-to-right hatch fill //////.

See Also:
Constant Field Values

esriSFSCross

static final int esriSFSCross
Horizontal and vertical crosshatch ++++++.

See Also:
Constant Field Values

esriSFSDiagonalCross

static final int esriSFSDiagonalCross
45-degree crosshatch xxxxxx.

See Also:
Constant Field Values