パッケージ com.rinearn.graph2d

Enum Class RinearnGraph2DOptionItem

java.lang.Object
java.lang.Enum<RinearnGraph2DOptionItem>
com.rinearn.graph2d.RinearnGraph2DOptionItem
すべての実装されたインタフェース:
Serializable, Comparable<RinearnGraph2DOptionItem>, Constable

public enum RinearnGraph2DOptionItem extends Enum<RinearnGraph2DOptionItem>
リニアングラフ2D(RINEARN Graph 2D)のプロットオプションのパラメータを指定するためのクラスです。 RinearnGraph2D.setOption メソッドの引数などで使用します。
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • 列挙型定数の概要

    列挙定数
    列挙型定数
    説明
    「ドットプロット(With Dots)」オプションです。
    「フレーム(Frame)」オプションです。
    「グレークリーン(Gray Screen)」オプションです。
    「グリッド(Grid)」オプションです。
    「線プロット(With Lines)」オプションです。
    「対数軸 X(Log X)」オプションです。
    「対数軸 Y(Log Y)」オプションです。
    「点プロット(With Points)」オプションです。
    「目盛り(Scale)」オプションです。
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    valueOf​(String name)
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    クラスから継承されたメソッド java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 列挙型定数の詳細

  • メソッドの詳細

    • values

      public static RinearnGraph2DOptionItem[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      戻り値:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RinearnGraph2DOptionItem valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 引数がnullの場合