com.spire.presentation
Enum ShapeElementFillSource

java.lang.Object
  extended by java.lang.Enum<ShapeElementFillSource>
      extended by com.spire.presentation.ShapeElementFillSource
All Implemented Interfaces:
java.lang.Comparable<ShapeElementFillSource>

public enum ShapeElementFillSource
extends java.lang.Enum<ShapeElementFillSource>

Represents how shape element should be filled.


Enum Constant Summary
DARKEN
          Use darken shape's fill.
DARKEN_LESS
          Use less darken shape's fill.
LIGHTEN
          Use lighten shape's fill.
LIGHTEN_LESS
          Use less lighten shape's fill.
NO_FILL
          Don't fill primitive.
OWN_FILL
          Use own color.
SHAPE
          Use shape's fill.
 
Method Summary
 java.lang.String getName()
           
 byte getValue()
           
 

Enum Constant Detail

NO_FILL

public static final ShapeElementFillSource NO_FILL
Don't fill primitive.


SHAPE

public static final ShapeElementFillSource SHAPE
Use shape's fill.


LIGHTEN

public static final ShapeElementFillSource LIGHTEN
Use lighten shape's fill.


LIGHTEN_LESS

public static final ShapeElementFillSource LIGHTEN_LESS
Use less lighten shape's fill.


DARKEN

public static final ShapeElementFillSource DARKEN
Use darken shape's fill.


DARKEN_LESS

public static final ShapeElementFillSource DARKEN_LESS
Use less darken shape's fill.


OWN_FILL

public static final ShapeElementFillSource OWN_FILL
Use own color.

Method Detail

getName

public java.lang.String getName()

getValue

public byte getValue()