to.tetramorph.starbase.chartparts
クラス TextDial

java.lang.Object
  上位を拡張 to.tetramorph.starbase.chartparts.ChartParts
      上位を拡張 to.tetramorph.starbase.chartparts.TextDial

public class TextDial
extends ChartParts

リング上に円の説明文(NATAL,PROGRESS,TRANSI)等を出す。


フィールドの概要
 
クラス to.tetramorph.starbase.chartparts.ChartParts から継承されたフィールド
ascendant, bp, diameter, diameterOffset, roll
 
コンストラクタの概要
TextDial()
           
 
メソッドの概要
 void draw()
          この部品を描画する。
 Color getColor()
           
 double getRingWidth()
           
 String getText()
           
 void setColor(Color color)
           
 void setRingWidth(double ringWidth)
           
 void setText(String text)
           
 
クラス to.tetramorph.starbase.chartparts.ChartParts から継承されたメソッド
getAscendant, getBasePosition, getDiameter, getDiameterOffset, getRoll, setAscendant, setBasePosition, setDiameter, setDiameterOffset, setRoll
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TextDial

public TextDial()
メソッドの詳細

draw

public void draw()
クラス ChartParts の記述:
この部品を描画する。

定義:
クラス ChartParts 内の draw

setText

public void setText(String text)

getText

public String getText()

getRingWidth

public double getRingWidth()

setRingWidth

public void setRingWidth(double ringWidth)

setColor

public void setColor(Color color)

getColor

public Color getColor()