Interface IFxGraphicsConstants
public interface IFxGraphicsConstants
{
// Fields
public static final int BDR_FLAT;
public static final int BDR_INNER;
public static final int BDR_OUTER;
public static final int BDR_RAISED;
public static final int BDR_RAISEDINNER;
public static final int BDR_RAISEDOUTER;
public static final int BDR_SUNKEN;
public static final int BDR_SUNKENINNER;
public static final int BDR_SUNKENOUTER;
public static final int BF_ADJUST;
public static final int BF_BOTTOM;
public static final int BF_BOTTOMLEFT;
public static final int BF_BOTTOMRIGHT;
public static final int BF_DIAGONAL;
public static final int BF_DIAGONAL_ENDBOTTOMLEFT;
public static final int BF_DIAGONAL_ENDBOTTOMRIGHT;
public static final int BF_DIAGONAL_ENDTOPLEFT;
public static final int BF_DIAGONAL_ENDTOPRIGHT;
public static final int BF_FLAT;
public static final int BF_LEFT;
public static final int BF_MIDDLE;
public static final int BF_RECT;
public static final int BF_RIGHT;
public static final int BF_SOFT;
public static final int BF_TOP;
public static final int BF_TOPLEFT;
public static final int BF_TOPRIGHT;
public final static int CHAR_CLIP;
public final static int CHAR_KERNING;
public final static int CHAR_OPAQUE;
public static final int EDGE_BUMP;
public static final int EDGE_ETCHED;
public static final int EDGE_RAISED;
public static final int EDGE_SUNKEN;
}
This interface defines the constants used by the FxGraphics class.
- BDR_FLAT
- A flat border style.
- BDR_INNER
- An inner border style.
- BDR_OUTER
- An outer border style.
- BDR_RAISED
- A raised border style.
- BDR_RAISEDINNER
- A raised inner border style.
- BDR_RAISEDOUTER
- A raised outer border style.
- BDR_SUNKEN
- A sunken border style.
- BDR_SUNKENINNER
- A sunken inner border style.
- BDR_SUNKENOUTER
- A sunken outer border style.
- BF_ADJUST
- The border flag that adjusts a rectangle to be the rectangle remaining after the borders are drawn.
- BF_BOTTOM
- The bottom of the border rectangle.
- BF_BOTTOMLEFT
- The bottom and left side of the border rectangle.
- BF_BOTTOMRIGHT
- The bottom and right side of the border rectangle.
- BF_DIAGONAL
- The border flag for a diagonal.
- BF_DIAGONAL_ENDBOTTOMLEFT
- A diagonal border. The end point is the bottom-left corner of the rectangle; the origin is top-right corner.
- BF_DIAGONAL_ENDBOTTOMRIGHT
- A diagonal border. The end point is the bottom-right corner of the rectangle; the origin is top-left corner.
- BF_DIAGONAL_ENDTOPLEFT
- A diagonal border. The end point is the top-left corner of the rectangle; the origin is bottom-right corner.
- BF_DIAGONAL_ENDTOPRIGHT
- A diagonal border. The end point is the top-right corner of the rectangle; the origin is bottom-left corner.
- BF_FLAT
- A border flag for a flat border.
- BF_LEFT
- The left side of the border rectangle.
- BF_MIDDLE
- The border flag for the middle area of a border.
- BF_RECT
- The entire border rectangle.
- BF_RIGHT
- The right side of the border rectangle.
- BF_SOFT
- The border flag for a soft border.
- BF_TOP
- The top of the border rectangle.
- BF_TOPLEFT
- The top and left side of the border rectangle.
- BF_TOPRIGHT
- The top and right side of the border rectangle.
- CHAR_CLIP
- The clipping used in character drawing operations.
- CHAR_KERNING
- The kerning used in character drawing operations.
- CHAR_OPAQUE
- The opaquing used in character drawing operations.
- EDGE_BUMP
- A bumped edge (the opposite of an etched edge) style.
- EDGE_ETCHED
- An etched edge style.
- EDGE_RAISED
- A raised edge style.
- EDGE_SUNKEN
- A sunken edge style.