クラス DrawTool.DrawData

java.lang.Object
  |
  +--DrawTool.DrawData
含まれているクラス:
DrawTool

static class DrawTool.DrawData
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  java.awt.Color frameColor
           
(パッケージプライベート)  java.awt.Color innerColor
           
(パッケージプライベート)  int nFrameSize
           
(パッケージプライベート)  int nPanelHeight
           
(パッケージプライベート)  int nPanelWidth
           
(パッケージプライベート)  java.util.Vector stringList
           
(パッケージプライベート)  int xBlank
           
(パッケージプライベート)  int xPosition
           
(パッケージプライベート)  int yBlank
           
(パッケージプライベート)  int yInterval
           
(パッケージプライベート)  int yPosition
           
 
コンストラクタの概要
(パッケージプライベート) DrawTool.DrawData(java.awt.Graphics g, java.lang.String str, int x, int y, boolean center)
           
 
クラス java.lang.Object から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

フィールドの詳細

xBlank

int xBlank

yBlank

int yBlank

nFrameSize

int nFrameSize

xPosition

int xPosition

yPosition

int yPosition

nPanelWidth

int nPanelWidth

nPanelHeight

int nPanelHeight

yInterval

int yInterval

frameColor

java.awt.Color frameColor

innerColor

java.awt.Color innerColor

stringList

java.util.Vector stringList
コンストラクタの詳細

DrawTool.DrawData

DrawTool.DrawData(java.awt.Graphics g,
                  java.lang.String str,
                  int x,
                  int y,
                  boolean center)