ナビゲーション・リンクをスキップ
A B C D E F G H I L M N O P R S T U V W Z 

A

abs() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
ABSOLUTE_ZERO_TEMP - クラス のstatic変数dev.felnull.fnjl.util.FNMath
 
add(FNComplex) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
add(FNVec2d) - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
add(FNVec2f) - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
add(FNVec2i) - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 
arg() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 

B

BuildIn - dev.felnull.fnjlのクラス
 
BuildIn() - クラス のコンストラクタdev.felnull.fnjl.BuildIn
 

C

clamp(int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(long, long, long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(float, float, float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(double, double, double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clone(BufferedImage) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageをふやす
con() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
copyToClipBoard(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNAwtUtil
クリップボードにテキストをコピーする
createMD5Hash(byte[]) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
MD5ハッシュを取得

D

decodeBase64(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
Bse64文字列を文字列に変換
decodeHTMLSpecialCharacter(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
HTML特殊文字を通常の文字に変換する
decodeUTFEscapeSequence(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
UTFエスケープシーケンス文字列を文字列に変換
dev.felnull.fnjl - パッケージ dev.felnull.fnjl
 
dev.felnull.fnjl.io - パッケージ dev.felnull.fnjl.io
 
dev.felnull.fnjl.jni - パッケージ dev.felnull.fnjl.jni
 
dev.felnull.fnjl.jni.windows - パッケージ dev.felnull.fnjl.jni.windows
 
dev.felnull.fnjl.math - パッケージ dev.felnull.fnjl.math
 
dev.felnull.fnjl.os - パッケージ dev.felnull.fnjl.os
 
dev.felnull.fnjl.util - パッケージ dev.felnull.fnjl.util
 
distance(FNVec2i) - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
distance(FNVec2i) - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
distance(FNVec2i) - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 
div(FNComplex) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 

E

encodeBase64(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
文字列をBase64文字列に変換
encodeUTFEscapeSequence(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
文字列をUTFエスケープシーケンス文字列に変換
equals(Object) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
equals(Object) - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
equals(Object) - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
equals(Object) - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 

F

FelNullJavaLibrary - dev.felnull.fnjlのクラス
The Ikisugi FelNull Java Library
FelNullJavaLibrary() - クラス のコンストラクタdev.felnull.fnjl.FelNullJavaLibrary
 
fileCopyToProgress(File, File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをコピーする
fileDownloadToProgress(URL, File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらダウンロードしてファイルに書き込む
fileLoadToProgress(File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをロードする
FileWatcher - dev.felnull.fnjl.ioのクラス
非同期ファイル監視システム
FileWatcher(Path, Consumer<WatchEvent<?>>, WatchEvent.Kind<?>...) - クラス のコンストラクタdev.felnull.fnjl.io.FileWatcher
 
fileWriteToProgress(InputStream, long, File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルに書き込む
FNAwtUtil - dev.felnull.fnjl.utilのクラス
Awt関係
FNAwtUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNAwtUtil
 
FNColorUtil - dev.felnull.fnjl.utilのクラス
色関係
FNColorUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNColorUtil
 
FNComplex - dev.felnull.fnjl.mathのクラス
複素数
FNComplex(double, double) - クラス のコンストラクタdev.felnull.fnjl.math.FNComplex
 
FNDataUtil - dev.felnull.fnjl.utilのクラス
データ関連
FNDataUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNDataUtil
 
FNFontUtil - dev.felnull.fnjl.utilのクラス
フォント関連
FNFontUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNFontUtil
 
FNImageUtil - dev.felnull.fnjl.utilのクラス
画像関係
FNImageUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNImageUtil
 
FNIOUtil - dev.felnull.fnjl.utilのクラス
IO関係
FNIOUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNIOUtil
 
FNMath - dev.felnull.fnjl.utilのクラス
Math関係
FNMath() - クラス のコンストラクタdev.felnull.fnjl.util.FNMath
 
FNMath.PosColorEntry - dev.felnull.fnjl.utilのクラス
 
FNRuntimeUtil - dev.felnull.fnjl.utilのクラス
 
FNRuntimeUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNRuntimeUtil
 
FNStringUtil - dev.felnull.fnjl.utilのクラス
文字列関係
FNStringUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNStringUtil
 
FNURLUtil - dev.felnull.fnjl.utilのクラス
URL関係
FNURLUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNURLUtil
 
FNVec2d - dev.felnull.fnjl.mathのクラス
 
FNVec2d(double, double) - クラス のコンストラクタdev.felnull.fnjl.math.FNVec2d
 
FNVec2f - dev.felnull.fnjl.mathのクラス
 
FNVec2f(float, float) - クラス のコンストラクタdev.felnull.fnjl.math.FNVec2f
 
FNVec2i - dev.felnull.fnjl.mathのクラス
 
FNVec2i(int, int) - クラス のコンストラクタdev.felnull.fnjl.math.FNVec2i
 
FolderWatcher - dev.felnull.fnjl.ioのクラス
非同期フォルダ監視
FolderWatcher(Path, FolderWatcher.FolderWatchListener) - クラス のコンストラクタdev.felnull.fnjl.io.FolderWatcher
 
FolderWatcher.FolderWatchListener - dev.felnull.fnjl.ioのインタフェース
 

G

generateColorMandelbrot(int, int, double, double, double, int, Consumer<FNMath.PosColorEntry>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
マンデルブロ集合を生成
generateMandelbrotSet(int, int, double, double, double, int, Consumer<FNVec2i>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
白黒マンデルブロ集合を生成
getAlpha(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数ARGBカラーコードから透過率を取得 255(FF)が最大 0に近いほど透明
getApproximateColor(int, int...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
近似色を取得する 16進数のカラーコード
getApproximateColorObject(int, T[], Function<T, Integer>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
近似色のオブジェクトを取得する 16進数のカラーコード
getARGBHexColor(int, int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
RGBAから16進数ARGBカラーコードへ変換
getAverageMixColor(int...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
色を平均的に混ぜた色を取得する
getBarType() - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
getBlue(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから青色を取得 255(FF)が最大
getByteDisplay(long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
バイト容量表記(単位付き)を取得
getBytes() - インタフェース のメソッドdev.felnull.fnjl.io.ProgressWriter.WriteData
 
getColor() - クラス のメソッドdev.felnull.fnjl.util.FNMath.PosColorEntry
 
getColorDistance(int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
色ごとの距離を取得 16進数のカラーコード
getComplete() - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
getConnection(URL) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
接続を確立する
getEmpty() - 列挙 のメソッドdev.felnull.fnjl.ProgressLogger.BarType
 
getEnd() - 列挙 のメソッドdev.felnull.fnjl.ProgressLogger.BarType
 
getExtension(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
拡張子を取得する
getFaceName() - 列挙 のメソッドdev.felnull.fnjl.jni.windows.WindowsSystemFont
フォント名を取得
getFill() - 列挙 のメソッドdev.felnull.fnjl.ProgressLogger.BarType
 
getFolderPath() - 列挙 のメソッドdev.felnull.fnjl.jni.windows.WindowsSpecialFolder
パス取得
getGreen(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから緑色を取得 255(FF)が最大
getHexColor(int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
RGBから16進数カラーコードへ変換
getImag() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
getLength() - インタフェース のメソッドdev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getLibName() - 列挙 のメソッドdev.felnull.fnjl.os.OSs.Type
 
getName() - 列挙 のメソッドdev.felnull.fnjl.os.OSs.Type
 
getNameFromTTF(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNFontUtil
 
getNativeLibVersion() - クラス のstaticメソッドdev.felnull.fnjl.FelNullJavaLibrary
ネイティブライブラリのバージョン
getNum() - 列挙 のメソッドdev.felnull.fnjl.jni.windows.WindowsSpecialFolder
 
getOS() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
OSのタイプを取得
getOSArch() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
アーキテクスチャ名を取得
getOSName() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
OS名を取得
getPercentage(int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(long, long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPos() - クラス のメソッドdev.felnull.fnjl.util.FNMath.PosColorEntry
 
getProgress() - インタフェース のメソッドdev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getProgressBar(int) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
getProgressBar() - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
getReadSize() - インタフェース のメソッドdev.felnull.fnjl.io.ProgressWriter.WriteData
 
getReal() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
getRed(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから赤色を取得 255(FF)が最大
getResponse(URL) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
文字列を取る
getResponseAsync(URL, Consumer<String>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
非同期で文字列を取得 失敗時はnullを返す
getSize() - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
getSpecialFolderPath(int) - クラス のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsLibrary
特殊パス取得
getSpecialFolderPath(int) - クラス のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsNative
 
getStart() - 列挙 のメソッドdev.felnull.fnjl.ProgressLogger.BarType
 
getStream(URL) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
ストリームを取る
getStreamAsync(URL, Consumer<InputStream>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
非同期でストリームを取得 失敗時はnullを返す
getStringHexColor(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
数字カラーコードを文字列の16進数のカラーコードに変換
getSystemFontFaceName(int) - クラス のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsLibrary
0 - IconTitleLogFont 1 - MessageFont 2 - CaptionFont 3 - MenuFont 4 - SmCaptionFont 5 - StatusFont
getSystemFontFaceName(int) - クラス のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsNative
 
getSystemFontName() - クラス のstaticメソッドdev.felnull.fnjl.util.FNFontUtil
OSのシステムフォント名を取得
getTip() - 列挙 のメソッドdev.felnull.fnjl.ProgressLogger.BarType
 
getTotal() - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
getUserAgent() - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
ユーザエージェント取得
getVersion() - クラス のstaticメソッドdev.felnull.fnjl.FelNullJavaLibrary
バージョン取得
getWatcherCont() - クラス のメソッドdev.felnull.fnjl.io.FolderWatcher
 
getWrittenLength() - インタフェース のメソッドdev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getX() - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
getX() - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
getX() - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 
getY() - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
getY() - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
getY() - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 

H

hashCode() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
hashCode() - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
hashCode() - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
hashCode() - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 

I

inputToOutputStream(InputStream, OutputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
InputStreamからOutputStreamへ出力
isArm32() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
Arm32アーキテクスチャかどうか
isArm64() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
Arm64アーキテクスチャかどうか
isImage(byte[]) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
バイト配列が画像かどうか
isLinux() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
Linuxかどうか
isLoadFailure() - クラス のstaticメソッドdev.felnull.fnjl.jni.NativeLibraryManager
読み込みに失敗したかどうか
isMAC() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
MACかどうか
isNativeFontSupport() - クラス のstaticメソッドdev.felnull.fnjl.util.FNFontUtil
このライブラリがネイティブにフォント取得をサポートしているかどうか
isWindows() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
Windowsかどうか
isX64() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
x64アーキテクスチャかどうか
isX86() - クラス のstaticメソッドdev.felnull.fnjl.os.OSs
x86アーキテクスチャかどうか

L

loadLibrary() - クラス のstaticメソッドdev.felnull.fnjl.jni.NativeLibraryManager
JNIライブラリを読み込む
loadToProgress(InputStream, long, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらロードする

M

mandelbrot(int) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
mandelbrot(double, double, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
マンデルブロ
mandelbrot(FNComplex, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
マンデルブロ
mul(FNComplex) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
multipleRun(Runnable, Runnable...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行
multipleRun(String, Runnable, Runnable...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行
multipleRun(int, Runnable, Runnable...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNRuntimeUtil
 
multipleRun(String, int, Runnable, Runnable...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行

N

NATIVE_LIB_VERSION - クラス のstatic変数dev.felnull.fnjl.BuildIn
 
NativeLibraryManager - dev.felnull.fnjl.jniのクラス
JNIを利用したネイティブライブラリ管理
NativeLibraryManager() - クラス のコンストラクタdev.felnull.fnjl.jni.NativeLibraryManager
 

O

oneDayClockTimer(int, int, Runnable) - クラス のstaticメソッドdev.felnull.fnjl.util.FNRuntimeUtil
 
oneDayClockTimer(int, int, Runnable, boolean) - クラス のstaticメソッドdev.felnull.fnjl.util.FNRuntimeUtil
 
OSs - dev.felnull.fnjl.osのクラス
OS関連情報
OSs() - クラス のコンストラクタdev.felnull.fnjl.os.OSs
 
OSs.Type - dev.felnull.fnjl.osの列挙
 

P

PosColorEntry(FNVec2i, int) - クラス のコンストラクタdev.felnull.fnjl.util.FNMath.PosColorEntry
 
printProgress(int) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
更新するたびに呼び出せば進捗が表示される
printProgress() - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
ProgressLogger - dev.felnull.fnjlのクラス
進捗率をわかりやすくバーで表示させる
ProgressLogger(int, int, ProgressLogger.BarType) - クラス のコンストラクタdev.felnull.fnjl.ProgressLogger
進捗度バー表示
ProgressLogger(int, int, int, ProgressLogger.BarType) - クラス のコンストラクタdev.felnull.fnjl.ProgressLogger
進捗度バー表示
ProgressLogger.BarType - dev.felnull.fnjlの列挙
 
ProgressWriter - dev.felnull.fnjl.ioのクラス
進行率を取得しながら書き込む
ProgressWriter(InputStream, long, Function<ProgressWriter.WriteData, IOException>, Consumer<ProgressWriter.WriteProgressListener>) - クラス のコンストラクタdev.felnull.fnjl.io.ProgressWriter
 
ProgressWriter.WriteData - dev.felnull.fnjl.ioのインタフェース
 
ProgressWriter.WriteProgressListener - dev.felnull.fnjl.ioのインタフェース
 

R

reductionSize(BufferedImage, long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
画像を指定サイズまで縮小する
removeExtension(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
拡張子を削除
resize(BufferedImage, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
resize(BufferedImage, int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
run() - クラス のメソッドdev.felnull.fnjl.io.FileWatcher
 

S

scale(double, double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
 
setBarType(ProgressLogger.BarType) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setComplete(int) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setEndStr(Function<ProgressLogger, String>) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setImag(double) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
setLibraryFolderPath(Path) - クラス のstaticメソッドdev.felnull.fnjl.jni.NativeLibraryManager
ライブラリを抽出するパスを指定
setLogger(Consumer<String>) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setReal(double) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
setSize(int) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setStartStr(Function<ProgressLogger, String>) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setTotal(int) - クラス のメソッドdev.felnull.fnjl.ProgressLogger
 
setX(double) - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
setX(float) - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
setX(int) - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 
setY(double) - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
setY(float) - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
setY(int) - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 
start() - クラス のメソッドdev.felnull.fnjl.io.ProgressWriter
 
streamToByteArray(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
ストリームをバイト配列へ変換
sub(FNComplex) - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
sub(FNVec2d) - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
sub(FNVec2f) - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
sub(FNVec2i) - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 

T

toByteArray(BufferedImage, String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageをバイト配列に変換
toCelsiusTemp(float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toInputStream(BufferedImage, String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageをInputStreamに変換
toKelvinTemp(float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toString() - クラス のメソッドdev.felnull.fnjl.math.FNComplex
 
toString() - クラス のメソッドdev.felnull.fnjl.math.FNVec2d
 
toString() - クラス のメソッドdev.felnull.fnjl.math.FNVec2f
 
toString() - クラス のメソッドdev.felnull.fnjl.math.FNVec2i
 

U

unzipGz(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
GZ圧縮されたストリームを解凍したストリームへ変換
update(Path, WatchEvent<?>) - インタフェース のメソッドdev.felnull.fnjl.io.FolderWatcher.FolderWatchListener
 
update(FolderWatcher.SubFolderWatcher, Path, String, WatchEvent<?>) - クラス のメソッドdev.felnull.fnjl.io.FolderWatcher
 
urlLoadToProgress(URL, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらURL先をロードする

V

valueOf(String) - 列挙 のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsSpecialFolder
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsSystemFont
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドdev.felnull.fnjl.os.OSs.Type
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドdev.felnull.fnjl.ProgressLogger.BarType
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsSpecialFolder
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドdev.felnull.fnjl.jni.windows.WindowsSystemFont
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドdev.felnull.fnjl.os.OSs.Type
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドdev.felnull.fnjl.ProgressLogger.BarType
この列挙型の定数を含む配列を宣言されている順序で返します。
VERSION - クラス のstatic変数dev.felnull.fnjl.BuildIn
 

W

watchFile(Path, Consumer<WatchEvent<?>>, WatchEvent.Kind<?>...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNIOUtil
ファイル監視
WindowsLibrary - dev.felnull.fnjl.jni.windowsのクラス
WindowsのJNIを利用したネイティブ関連
WindowsLibrary() - クラス のコンストラクタdev.felnull.fnjl.jni.windows.WindowsLibrary
 
WindowsNative - dev.felnull.fnjl.jni.windowsのクラス
 
WindowsNative() - クラス のコンストラクタdev.felnull.fnjl.jni.windows.WindowsNative
 
WindowsSpecialFolder - dev.felnull.fnjl.jni.windowsの列挙
Windowsの特殊パスを取得
WindowsSystemFont - dev.felnull.fnjl.jni.windowsの列挙
Windowsシステムフォント

Z

zipGz(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
ストリームをGZ圧縮したストリームへ変換
A B C D E F G H I L M N O P R S T U V W Z 
ナビゲーション・リンクをスキップ