standup.symbol
Class WmfDecObj

java.lang.Object
  extended by standup.symbol.WmfDecObj

 class WmfDecObj
extends Object


Field Summary
private  Color c
           
private  Font f
           
private  int f_orient
           
private  boolean f_underl
           
private  int hatch
           
private  Image ibrush
           
(package private) static int M_BITMAP
           
(package private) static int M_BRUSH
           
(package private) static int M_CLIP
           
(package private) static int M_FONT
           
(package private) static int M_PALETTE
           
(package private) static int M_PEN
           
private  int magic
           
private  int p_style
           
private  Rectangle r
           
 
Constructor Summary
WmfDecObj(Color cc, int mm)
           
WmfDecObj(Font ff, int underlined, int orientation)
           
WmfDecObj(Image ii)
           
WmfDecObj(int penattr, Color cc)
           
WmfDecObj(int hatchstyle, Color cc, Color back, Component fr)
           
WmfDecObj(int left, int top, int right, int bottom)
           
 
Method Summary
(package private)  Image createOpaqueImage(int hatchstyle, Color cc, Color back, Component fr)
           
(package private)  Color getColor()
           
(package private)  Font getFont()
           
(package private)  int getFontOrientation()
           
(package private)  Image getImage()
           
(package private)  int getMagic()
           
(package private)  int getPenStyle()
           
(package private)  Rectangle getRect()
           
(package private)  boolean isUnderlined()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M_PEN

static final int M_PEN
See Also:
Constant Field Values

M_BRUSH

static final int M_BRUSH
See Also:
Constant Field Values

M_FONT

static final int M_FONT
See Also:
Constant Field Values

M_BITMAP

static final int M_BITMAP
See Also:
Constant Field Values

M_CLIP

static final int M_CLIP
See Also:
Constant Field Values

M_PALETTE

static final int M_PALETTE
See Also:
Constant Field Values

c

private Color c

f

private Font f

f_underl

private boolean f_underl

f_orient

private int f_orient

r

private Rectangle r

magic

private int magic

ibrush

private Image ibrush

hatch

private int hatch

p_style

private int p_style
Constructor Detail

WmfDecObj

WmfDecObj(Color cc,
          int mm)

WmfDecObj

WmfDecObj(int penattr,
          Color cc)

WmfDecObj

WmfDecObj(Font ff,
          int underlined,
          int orientation)

WmfDecObj

WmfDecObj(Image ii)

WmfDecObj

WmfDecObj(int hatchstyle,
          Color cc,
          Color back,
          Component fr)

WmfDecObj

WmfDecObj(int left,
          int top,
          int right,
          int bottom)
Method Detail

getColor

Color getColor()

getImage

Image getImage()

getFont

Font getFont()

isUnderlined

boolean isUnderlined()

getFontOrientation

int getFontOrientation()

getPenStyle

int getPenStyle()

getRect

Rectangle getRect()

getMagic

int getMagic()

createOpaqueImage

Image createOpaqueImage(int hatchstyle,
                        Color cc,
                        Color back,
                        Component fr)