索引

A B C D E F G I L M O P R S T V 
すべてのクラスおよびインタフェース|すべてのパッケージ|直列化された形式

A

addKeyListener(KeyListener) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフのスクリーン上における, キーイベントのリスナーを追加登録します Adds the listener for receiving key events occurred on the graph screen .
addMouseListener(MouseListener) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフのスクリーン上における, マウスイベントのリスナーを追加登録します Adds the listener for receiving muse events occurred on the graph screen .
addMouseMotionListener(MouseMotionListener) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフのスクリーン上における, マウスモーションイベントのリスナーを追加登録します Adds the listener for receiving muse motion events occurred on the graph screen .
addMouseWheelListener(MouseWheelListener) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフのスクリーン上における, マウスホイールイベントのリスナーを追加登録します Adds the listener for receiving muse wheel events occurred on the graph screen .
addPlottingListener(RinearnGraph3DPlottingListener) - クラスのメソッド com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
プロットイベントのリスナーを追加登録します Adds the plotting event listener .
addPlottingListener(RinearnGraph3DPlottingListener) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
再プロットが必要になった際に発行される RinearnGraph3DPlottingEvent を受け取る, RinearnGraph3DPlottingListener インタフェースを実装したイベントリスナーを追加登録します Adds the event listener implementing RinearnGraph3DPlottingListener, for receiving RinearnGraph3DPlottingEvent which occurs when plotting/replotting is required.
addWindowListener(WindowListener) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
ウィンドウイベントのリスナーを追加登録します Adds the listener of window events .
appendData(double[][][], double[][][], double[][][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフにプロットする座標値データを, 現在の内容を保持したまま追加します Appends the data to be plotted, to the currently plotted data .
appendData(double[][][], double[][][], double[][][], double[][][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフにプロットする座標値データを, 現在の内容を保持したまま追加します Appends the data to be plotted, to the currently plotted data .
appendData(double[][], double[][], double[][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフにプロットする座標値データを, 現在の内容を保持したまま追加します Appends the data to be plotted, to the currently plotted data .
appendData(double[][], double[][], double[][], double[][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフにプロットする座標値データを, 現在の内容を保持したまま追加します Appends the data to be plotted, to the currently plotted data .
appendData(double[], double[], double[]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフにプロットする座標値データを, 現在の内容を保持したまま追加します Appends the data to be plotted, to the currently plotted data .
appendData(double[], double[], double[], double[]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフにプロットする座標値データを, 現在の内容を保持したまま追加します Appends the data to be plotted, to the currently plotted data .
AUTO - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
自動で書式を判定するための, 特別な値です The meta value for detecting the file format automatically .

B

BLACK_SCREEN - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「ブラックスクリーン(Black Screen)」オプションです Represents "Black Screen" option .

C

clear() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
現在のグラフ画面における描画内容を全て消去します Clears all currently rendered contents of the graph .
clear() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
現在プロットされているグラフやデータを消去します Clears the currently plotted graph and data .
com.rinearn.graph3d - パッケージ com.rinearn.graph3d
リニアングラフ3D (RINEARN Graph 3D) の基本操作を行うAPIを提供するパッケージです The package providing API of basic operations of RINEARN Graph 3D .
com.rinearn.graph3d.event - パッケージ com.rinearn.graph3d.event
リニアングラフ3D (RINEARN Graph 3D) のイベント処理関連のクラスやインターフェースを提供するパッケージです The package providing event-related classes and interfaces of RINEARN Graph 3D .
com.rinearn.graph3d.renderer - パッケージ com.rinearn.graph3d.renderer
リニアングラフ3D (RINEARN Graph 3D) の描画エンジンを操作するAPIを提供するパッケージです The package providing API of rendering engine of RINEARN Graph 3D .
CONTOUR - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「等高線プロット(With Contours)」オプションです Represents "With Contours" option .

D

dispose() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
このインスタンスのリソースを全て破棄します Disposes all resources of this instance .
DOT - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「ドットプロット(With Dots)」オプションです Represents "With Dots" option .
drawFrame() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
グラフのフレーム(外枠)を描画します Draws the box frame of the graph .
drawGrid() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
グラフのグリッド線を描画します Draws the grid lines of the graph .
drawLabel() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
グラフの座標軸ラベルを描画します Draws the labels of the axes of the graph .
drawLine(double, double, double, double, double, double, double) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
直線を描画します Draws a line .
drawLine(double, double, double, double, double, double, double, RinearnGraph3DDrawingParameter) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
詳細な設定に基づいて, 直線を描画します Draws a line with the specified parameter settings .
drawLine(double, double, double, double, double, double, double, Color) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
指定された色の直線を描画します Draws a line of the specified color .
drawPoint(double, double, double, double) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
点を描画します Draws a point .
drawPoint(double, double, double, double, RinearnGraph3DDrawingParameter) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
詳細な設定に基づいて, 点を描画します Draws a point with the specified parameter settings .
drawPoint(double, double, double, double, Color) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
指定された色で, 点を描画します Draws a point of the specified color .
drawQuadrangle(double, double, double, double, double, double, double, double, double, double, double, double) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
四角形ポリゴンを描画します Draws a quadrangle polygon .
drawQuadrangle(double, double, double, double, double, double, double, double, double, double, double, double, RinearnGraph3DDrawingParameter) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
詳細な設定に基づいて, 四角形ポリゴンを描画します Draws a quadrangle polygon with the specified parameter settings .
drawQuadrangle(double, double, double, double, double, double, double, double, double, double, double, double, Color) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
指定された色の四角形ポリゴンを描画します Draws a quadrangle polygon of the specified color .
drawScale() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
グラフの目盛りを描画します Draws the scale (ticks) of the graph .
drawText(double, double, double, String, Font, RinearnGraph3DDrawingParameter) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
詳細な設定に基づいて, 3D空間中に文字列を描画します Draws a text string in the 3D space, with the specified parameter settings .
drawText(double, double, double, String, Font, Color) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
指定された色で, 3D空間中に文字列を描画します Draws a text string in the 3D space, with the specified color .
drawTriangle(double, double, double, double, double, double, double, double, double) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
三角形ポリゴンを描画します Draws a triangle polygon .
drawTriangle(double, double, double, double, double, double, double, double, double, RinearnGraph3DDrawingParameter) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
詳細な設定に基づいて, 三角形ポリゴンを描画します Draws a triangle polygon with the specified parameter settings .
drawTriangle(double, double, double, double, double, double, double, double, double, Color) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
指定された色の三角形ポリゴンを描画します Draws a triangle polygon of the specified color .

E

exportImageFile(File, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
現在のグラフの描画内容を, 画像ファイルに出力します Exports (saves) the current graph screen to an image file .

F

FLAT - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「平面化(Flat)」オプションです Represents "Flat" option .
FOUR_COLUMNS_CSV - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
4カラム書式の, カンマ区切りファイルを表します Represents a comma-separated file of the four-columns format .
FOUR_COLUMNS_STSV - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
4カラム書式の, タブ/スペース区切りファイルを表します Represents a space/tab-separated file of the four-columns format .
FRAME - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「フレーム(Frame)」オプションです Represents "Frame" option .

G

getColor() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
描画色を取得します Gets the color .
getDepthOffsetAmounts() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
ポリゴンの遠近判定を微調整するための, 深度のオフセット量を取得します Returns the depth-offset values, for tuning near-far relationship between polygons .
getImage() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
現在のグラフの描画内容を保持している java.awt.Image インスタンスを返します Returns java.awt.Image instance storing the current graph image Clears the currently plotted graph and data .
getLineWidth() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3DOptionParameter
線の太さを取得します Gets the width of lines
getPointRadius() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3DOptionParameter
点の半径を取得します Gets the radius of points
getRenderer() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフ画面を描画するのに使用されている3D描画エンジン(レンダラー)を返します Returns the 3D renderer, which is being used for rendering the graph image in this instance .
getSeriesIndex() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
系列番号を取得します Gets the series index .
GRADATION - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「グラデーション(Gradation)」オプションです Represents "Gradation" option .
GRID - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「グリッド(Grid)」オプションです Represents "Grid" option .

I

isAsynchronousPlottingEnabled() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
非同期プロット機能が有効化されているかどうかを取得します Returns if the asynchronous plotting feature is enabled .
isAutoColoringEnabled() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
自動彩色機能が有効化されているかどうかを取得します Returns if the automatic coloring feature is enabled .
isOptionSelected(RinearnGraph3DOptionItem) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
指定されたプロットオプションが選択されているかどうかを取得します Returns if the specified plotting option is selected .
isRangeClippingEnabled() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
グラフ範囲外にはみ出した部分をクリッピングする機能が, 有効化されているかどうかを返します Returns if the range clipping feature is enabled .
isRangeScalingEnabled() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
グラフの範囲設定に応じた, 頂点座標の変換機能が有効化されているかどうかを取得します Returns if the range scaling feature is enabled .
isXAutoRangingEnabled() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
X軸方向のグラフ範囲の自動調整機能が有効化されているかどうかを取得します Returns if the the feature to adjust the X-range automatically is enabled .
isYAutoRangingEnabled() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Y軸方向のグラフ範囲の自動調整機能が有効化されているかどうかを取得します Returns if the the feature to adjust the Y-range automatically is enabled .
isZAutoRangingEnabled() - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Z軸方向のグラフ範囲の自動調整機能が有効化されているかどうかを取得します Returns if the the feature to adjust the Z-range automatically is enabled .

L

LINE - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「線プロット(With Lines)」オプションです Represents "With Lines" option .
loadConfigurationFile(File) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
設定ファイルを読み込みます Loads the configuration file .
LOG_X - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「対数軸 X(Log X)」オプションです Represents "Log X" option .
LOG_Y - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「対数軸 Y(Log Y)」オプションです Represents "Log Y" option .
LOG_Z - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「対数軸 Z(Log Z)」オプションです Represents "Log Z" option .

M

MATRIX_CSV - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
マトリックス書式の, カンマ区切りファイルを表します Represents a comma-separated file of the matrix format .
MATRIX_STSV - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
マトリックス書式の, タブ/スペース区切りファイルを表します Represents a space/tab-separated file of the matrix format .
MEMBRANE - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「曲面プロット(With Meshes)」オプションです Represents "With Membranes" option .
MESH - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「メッシュプロット(With Meshes)」オプションです Represents "With Meshes" option .

O

openDataFile(File) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
座標値データファイルを開き, その内容をグラフにプロットします Opens a data file, and plots the data in it into the graph
openDataFile(File, RinearnGraph3DDataFileFormat) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
座標値データファイルを, 指定された書式で開き, その内容をグラフにプロットします Opens a data file in the specified format, and plots the data in it into the graph
openDataFiles(File[]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
複数の座標値データファイルを開き, その内容をグラフにプロットします Opens multiple data files, and plots the data in them into the graph
openDataFiles(File[], RinearnGraph3DDataFileFormat[]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
複数の座標値データファイルを, 指定された書式で開き, その内容をグラフにプロットします Opens multiple data files in the specified formats, and plots the data in them into the graph

P

plottingCanceled() - クラスのメソッド com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
登録されている全てのプロットイベントのリスナーに対して, plottingCanceled メソッドを呼び出します Calls the 'plottingCanceled' method for all registered plotting event listeners .
plottingCanceled(RinearnGraph3DPlottingEvent) - インタフェースのメソッド com.rinearn.graph3d.event.RinearnGraph3DPlottingListener
要求された再プロットが, キャンセルされたタイミングでコールされます Called when the requested replotting has been canceled .
plottingFinished() - クラスのメソッド com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
登録されている全てのプロットイベントのリスナーに対して, plottingFinished メソッドを呼び出します Calls the 'plottingFinished' method for all registered plotting event listeners .
plottingFinished(RinearnGraph3DPlottingEvent) - インタフェースのメソッド com.rinearn.graph3d.event.RinearnGraph3DPlottingListener
要求された再プロットが, 完了したタイミングでコールされます Called when the requested replotting has completed .
plottingRequested() - クラスのメソッド com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
登録されている全てのプロットイベントのリスナーに対して, plottingRequested メソッドを呼び出します Calls the 'plottingRequested' method for all registered plotting event listeners .
plottingRequested(RinearnGraph3DPlottingEvent) - インタフェースのメソッド com.rinearn.graph3d.event.RinearnGraph3DPlottingListener
再プロットが要求されたタイミングでコールされます Called when replotting is requested .
POINT - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「点プロット(With Points)」オプションです Represents "With Points" option .

R

render() - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
グラフ画面を描画します Renders the graph screen .
REVERSE_X - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「軸反転 X(Reverse X)」オプションです Represents "Reverse X" option .
REVERSE_Y - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「軸反転 Y(Reverse Y)」オプションです Represents "Reverse Y" option .
REVERSE_Z - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「軸反転 Z(Reverse Z)」オプションです Represents "Reverse Z" option .
RinearnGraph3D - com.rinearn.graph3dのクラス
リニアングラフ3D (RINEARN Graph 3D) を, Java言語で操作するためのAPIクラスです The API class for controlling RINEARN Graph 3D using the Java programming language .
RinearnGraph3D() - クラスのコンストラクタ com.rinearn.graph3d.RinearnGraph3D
新しい RINEARN Graph 3D のインスタンスを生成します(新しいグラフ画面が起動します) Creates a new instance of RINEARN Graph 3D (a new graph window will launch) .
RinearnGraph3DDataFileFormat - com.rinearn.graph3dの列挙クラス
リニアングラフ3D(RINEARN Graph 3D)でサポートされている, データファイルの書式を表す列挙型です The enum representing the data file formats supported on RINEARN Graph 3D .
RinearnGraph3DDrawingParameter - com.rinearn.graph3d.rendererのクラス
詳細な描画設定を指定するためのパラメータオブジェクトです The class for storing detailed drawing parameters .
RinearnGraph3DDrawingParameter() - クラスのコンストラクタ com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
新しい描画設定パラメータを格納するインスタンスを作成します Creates a new instance for stroring drawing parameters .
RinearnGraph3DEventDispatcher - com.rinearn.graph3d.eventのクラス
イベントをディスパッチするために使用されるクラスです (APIのユーザーがこのクラスを使用する必要はありません) The class for dispatching events (users of API should not use this class) .
RinearnGraph3DEventDispatcher(RinearnGraph3D) - クラスのコンストラクタ com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
指定された RinearnGraph3D インスタンスを source とする, 新しいイベントディスパッチャーを生成します Creates a new event dispatcher of which source is the specified RinearnGraph3D instance .
RinearnGraph3DOptionItem - com.rinearn.graph3dの列挙クラス
リニアングラフ3D(RINEARN Graph 3D)のプロットオプションを表す列挙型です The enum representing the plotting options of RINEARN Graph 3D .
RinearnGraph3DOptionParameter - com.rinearn.graph3dのクラス
リニアングラフ3D(RINEARN Graph 3D)のプロットオプションの詳細設定値を格納するクラスです The class for storing detailed parameters of plotting options of RINEARN Graph 3D .
RinearnGraph3DOptionParameter() - クラスのコンストラクタ com.rinearn.graph3d.RinearnGraph3DOptionParameter
新しいプロットオプション設定値を格納するインスタンスを生成します Creates a new instance for storing detailed parameters of plotting optioons .
RinearnGraph3DPlottingEvent - com.rinearn.graph3d.eventのクラス
リニアングラフ3D(RINEARN Graph3D)において、プロット/再プロットが必要になった際に発生するイベントです The event which occurs when plotting/replotting is required on RINEARN Graph 3D .
RinearnGraph3DPlottingEvent(RinearnGraph3D) - クラスのコンストラクタ com.rinearn.graph3d.event.RinearnGraph3DPlottingEvent
新しいプロットイベントを生成します Creates a new plotting event .
RinearnGraph3DPlottingListener - com.rinearn.graph3d.eventのインタフェース
リニアングラフ3D(RINEARN Graph3D)において, プロット/再プロットが必要になった際に発生する, RinearnGraph3DPlottingEvent のリスナーです The listener of RinearnGraph3DPlottingEvent which occurs when plotting/replotting is required on RINEARN Graph 3D .
RinearnGraph3DRenderer - com.rinearn.graph3d.rendererのクラス
リニアングラフ3D(RINEARN Graph 3D)の3D描画エンジンを, Java言語のコードから直接制御するためのAPIクラスです The API class for controlling the 3D rendering engine (renderer) of RINEARN Graph 3D .
RinearnGraph3DRenderer() - クラスのコンストラクタ com.rinearn.graph3d.renderer.RinearnGraph3DRenderer
このコンストラクタは, 通常利用においては使用できません(このコンストラクタでは, 描画エンジンの実装に未接続のインスタンスが生成されます) Can not use this constructor in normal usage (because the created instance is not linked to the renderer implementation) .

S

SCALE - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DOptionItem
「目盛り(Scale)」オプションです Represents "Scale" option .
setAsynchronousPlottingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
非同期プロット機能の有効・無効を設定します Enables/disables the asynchronous plotting feature .
setAutoColoringEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
自動彩色機能を有効化/無効化します Enables/disables the automatic coloring feature .
setAutoDisposingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフウィンドウを閉じた際に, 自動でリソースを破棄する機能の有効/無効を設定します(デフォルトで有効) Enables/disables the automatic resource disposal feature performed when the graph window is closed (enabled by default) .
setAutoExittingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフウィンドウを閉じた際に, 自動でアプリケーション全体を終了させる機能の有効/無効を設定します(デフォルトで無効) Enables/disables the feature to exit the entier application automatically, performed when the graph window is closed (disabled by default) .
setCameraDistance(double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
カメラと注視点との間の距離を設定します Sets the distance between the camera and the gaze point .
setCameraMagnification(double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
カメラ倍率を設定します Sets the magnification of the camera .
setCameraPerspectiveEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
カメラの遠近感の有効/無効を切り替えます(デフォルトで有効) Enables/disables the perspective of the camera (enabled by default) .
setColor(Color) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
描画色を設定します Sets the color .
setData(double[][][], double[][][], double[][][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
複数系列の座標値データを設定します Set the multiple series data .
setData(double[][][], double[][][], double[][][], double[][][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
複数系列の座標値データを, 4次元目の値と共に設定します Set the multiple series data, with 4th dimensional values .
setData(double[][], double[][], double[][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフに点群や面をプロットするための座標値データを設定します Set the data for plotting points or a mesh/membrane (surface) .
setData(double[][], double[][], double[][], double[][]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフに点群や面をプロットするための座標値データを, 4次元目の値と共に設定します Set the data for plotting points or a mesh/membrane (surface), with 4th dimensional values .
setData(double[], double[], double[]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフに点群や線をプロットするための座標値データを設定します Set the data for plotting points or a line .
setData(double[], double[], double[], double[]) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフに点群や線をプロットするための座標値データを, 4次元目の値と共に設定します Set the data for plotting points or a line, with 4th dimentional values .
setDefaultMouseListenerEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
デフォルトのマウスイベントのリスナーの有効/無効を設定します Enables/disables the default mouse event listener .
setDefaultMouseMotionListenerEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
デフォルトのマウスモーションイベントのリスナーの有効/無効を設定します Enables/disables the default mouse motion event listener .
setDefaultMouseWheelListenerEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
デフォルトのマウスホイールイベントのリスナーの有効/無効を設定します Enables/disables the default mouse wheel event listener .
setDepthOffsetAmounts(double, double, double) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
ポリゴンの遠近判定を微調整するための, 深度のオフセット量を設定します Sets the depth-offset values, for tuning near-far relationship between polygons .
setJMenuBar(JMenuBar) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフ画面のメニューバーを差し替えます Sets the menubar of the graph window .
setLineWidth(double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3DOptionParameter
線の太さを指定します Sets the width of lines
setMenuVisible(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
メニューバーや右クリックメニューの表示状態を設定します Sets the visiblity of the menubar and the righ-click menu .
setOptionParameter(RinearnGraph3DOptionParameter) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
プロットオプションの詳細パラメータを設定します Sets the detailed parameters of plotting options .
setOptionSelected(RinearnGraph3DOptionItem, boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
プロットオプションの選択状態を設定します Sets the selection status of the plotting option .
setPointRadius(double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3DOptionParameter
点の半径を指定します Sets the radius of points
setRangeClippingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
グラフ範囲外にはみ出した部分を, クリッピングする機能の有効/無効を設定します Enable/disable the range clipping feature, which is the feature for clipping a part of a line/polygon protruding out of the range of the graph .
setRangeScalingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
グラフの範囲設定に応じた, 頂点座標の変換機能の有効/無効を設定します Enables/disables the range scaling feature, which is the feature for converting coordinates automatically depends on the range settings of the graph .
setScreenSideUIVisible(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
スクリーン周辺に並ぶ操作部品(各軸の長さを操作するスクロールバーなど)の表示状態を設定します Sets the visiblity of the operation components located on the side of the screen, (bars used to control the length of each axis, and so on) .
setScreenSize(int, int) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフスクリーンのサイズを設定します Sets the location and the size of the graph window .
setSeriesIndex(int) - クラスのメソッド com.rinearn.graph3d.renderer.RinearnGraph3DDrawingParameter
系列インデックスを設定します Set the series index .
setWindowBounds(int, int, int, int) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフ表示ウィンドウの位置とサイズを設定します Sets the location and the size of the graph window .
setWindowTitle(String) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフウィンドウのタイトルを設定します Sets tht title of the graph window .
setWindowVisible(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
グラフ表示ウィンドウの表示状態を設定します Gets the current visiblity of the graph window .
setXAutoRangingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
X軸方向のグラフ範囲の自動調整機能を有効化/無効化します Enables/disables the feature to adjust the X-range automatically .
setXLabel(String) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
X軸の表記を設定します Sets the label of the X-axis .
setXRange(double, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
X軸方向のグラフ範囲を設定します Sets the X-range of the graph .
setXZenithCameraAngle(double, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
X軸を天頂軸見なして, カメラアングルを設定します Sets the camera angles with regarding the X-axis as the zenith axis .
setYAutoRangingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Y軸方向のグラフ範囲の自動調整機能を有効化/無効化します Enables/disables the feature to adjust the Y-range automatically .
setYLabel(String) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Y軸の表記を設定します Sets the label of the Y-axis .
setYRange(double, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Y軸方向のグラフ範囲を設定します Sets the Y-range of the graph .
setYZenithCameraAngle(double, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Y軸を天頂軸見なして, カメラアングルを設定します Sets the camera angles with regarding the Y-axis as the zenith axis .
setZAutoRangingEnabled(boolean) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Z軸方向のグラフ範囲の自動調整機能を有効化/無効化します Enables/disables the feature to adjust the Z-range automatically .
setZLabel(String) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Z軸の表記を設定します Sets the label of the Z-axis .
setZRange(double, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Z軸方向のグラフ範囲を設定します Sets the Z-range of the graph .
setZZenithCameraAngle(double, double) - クラスのメソッド com.rinearn.graph3d.RinearnGraph3D
Z軸を天頂軸見なして, カメラアングルを設定します Sets the camera angles with regarding the Z-axis as the zenith axis .

T

THREE_COLUMNS_CSV - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
3カラム書式の, カンマ区切りファイルを表します Represents a comma-separated file of the three-columns format .
THREE_COLUMNS_STSV - 列挙クラスの列挙型定数 com.rinearn.graph3d.RinearnGraph3DDataFileFormat
3カラム書式の, タブ/スペース区切りファイルを表します Represents a space/tab-separated file of the three-columns format .

V

valueOf(String) - 列挙クラスのstaticメソッド com.rinearn.graph3d.RinearnGraph3DDataFileFormat
このクラスの列挙型定数を指定した名前で返します。
valueOf(String) - 列挙クラスのstaticメソッド com.rinearn.graph3d.RinearnGraph3DOptionItem
このクラスの列挙型定数を指定した名前で返します。
values() - 列挙クラスのstaticメソッド com.rinearn.graph3d.RinearnGraph3DDataFileFormat
この列挙クラスの定数を含む配列を宣言されている順序で 返します。
values() - 列挙クラスのstaticメソッド com.rinearn.graph3d.RinearnGraph3DOptionItem
この列挙クラスの定数を含む配列を宣言されている順序で 返します。
A B C D E F G I L M O P R S T V 
すべてのクラスおよびインタフェース|すべてのパッケージ|直列化された形式