org.mklab.tool.graph.gnuplot.decoration
クラス Margin

java.lang.Object
  上位を拡張 org.mklab.tool.graph.gnuplot.decoration.Margin
すべての実装されたインタフェース:
GnuplotComponent
直系の既知のサブクラス:
ButtomMargin, LeftMargin, RightMargin, TopMargin

public abstract class Margin
extends Object
implements GnuplotComponent

マージンを表す抽象クラスです。

バージョン:
$Revision: 1.6 $, 2005/08/04
作成者:
koga

コンストラクタの概要
Margin()
           
 
メソッドの概要
 int getMargin()
          マージンを返します。
 void setMargin(int margin)
          マージンを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.mklab.tool.graph.gnuplot.decoration.GnuplotComponent から継承されたメソッド
getCommand
 

コンストラクタの詳細

Margin

public Margin()
メソッドの詳細

setMargin

public void setMargin(int margin)
マージンを設定します。

パラメータ:
margin - マージン

getMargin

public int getMargin()
マージンを返します。

戻り値:
マージン