Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

A

abs() - Method in class dev.felnull.fnjl.math.FNComplex
 
ABSOLUTE_ZERO_TEMP - Static variable in class dev.felnull.fnjl.util.FNMath
絶対零度
add(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 
add(FNVec2d) - Method in class dev.felnull.fnjl.math.FNVec2d
 
add(FNVec2f) - Method in class dev.felnull.fnjl.math.FNVec2f
 
add(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2i
 
add(FNVec3d) - Method in class dev.felnull.fnjl.math.FNVec3d
 
add(FNVec3f) - Method in class dev.felnull.fnjl.math.FNVec3f
 
add(FNVec3i) - Method in class dev.felnull.fnjl.math.FNVec3i
 
add(FNVec4d) - Method in class dev.felnull.fnjl.math.FNVec4d
 
add(FNVec4f) - Method in class dev.felnull.fnjl.math.FNVec4f
 
add(FNVec4i) - Method in class dev.felnull.fnjl.math.FNVec4i
 
addHeader(String, String) - Method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 
addHeader(Map<String, String>) - Method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 
arg() - Method in class dev.felnull.fnjl.math.FNComplex
 

B

bufInputToOutput(InputStream, OutputStream, int) - Static method in class dev.felnull.fnjl.util.FNDataUtil
バッファー付きインプットストリームをアウトプットストリームへ
bufInputToOutput(InputStream, OutputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
バッファー付きインプットストリームをアウトプットストリームへ
bufStreamToByteArray(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
バッファー付きストリームをバイト配列へ変換
bufStreamToByteArray(InputStream, int) - Static method in class dev.felnull.fnjl.util.FNDataUtil
バッファー付きストリームをバイト配列へ変換
build() - Method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 

C

clamp(int, int, int) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(long, long, long) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(float, float, float) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(double, double, double) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clone(BufferedImage) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageをふやす
con() - Method in class dev.felnull.fnjl.math.FNComplex
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec2f
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec2i
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec3f
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec3i
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec4f
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec4i
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec2d
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec2i
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec3d
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec3i
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec4d
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec4i
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec2d
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec2f
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec3d
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec3f
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec4d
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec4f
 
convertVec2d() - Method in class dev.felnull.fnjl.math.FNComplex
 
copy() - Method in class dev.felnull.fnjl.math.FNVec2d
 
copy() - Method in class dev.felnull.fnjl.math.FNVec2f
 
copy() - Method in class dev.felnull.fnjl.math.FNVec2i
 
copy() - Method in class dev.felnull.fnjl.math.FNVec3d
 
copy() - Method in class dev.felnull.fnjl.math.FNVec3f
 
copy() - Method in class dev.felnull.fnjl.math.FNVec3i
 
copy() - Method in class dev.felnull.fnjl.math.FNVec4d
 
copy() - Method in class dev.felnull.fnjl.math.FNVec4f
 
copy() - Method in class dev.felnull.fnjl.math.FNVec4i
 
copyToClipBoard(String) - Static method in class dev.felnull.fnjl.util.FNAwtUtil
クリップボードにテキストをコピーする
createContent() - Method in class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
createMD5Hash(byte[]) - Static method in class dev.felnull.fnjl.util.FNDataUtil
MD5ハッシュを取得

D

decodeBase64(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
Bse64文字列を文字列に変換
decodeHTMLSpecialCharacter(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
HTML特殊文字を通常の文字に変換する
decodeUTFEscapeSequence(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
UTFエスケープシーケンス文字列を文字列に変換
degrees() - Method in class dev.felnull.fnjl.math.FNVec3d
 
degrees() - Method in class dev.felnull.fnjl.math.FNVec3f
 
dev.felnull.fnjl - package dev.felnull.fnjl
 
dev.felnull.fnjl.io - package dev.felnull.fnjl.io
 
dev.felnull.fnjl.math - package dev.felnull.fnjl.math
 
dev.felnull.fnjl.os - package dev.felnull.fnjl.os
 
dev.felnull.fnjl.tuple - package dev.felnull.fnjl.tuple
 
dev.felnull.fnjl.util - package dev.felnull.fnjl.util
 
DiscordWebHookBuilder - Class in dev.felnull.fnjl.util
DiscordのWebhookを送るためのbuilder
DiscordWebHookBuilder(String, String) - Constructor for class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
distance(FNVec2d) - Method in class dev.felnull.fnjl.math.FNVec2d
 
distance(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2d
 
distance(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2f
 
distance(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2i
 
distance(FNVec3d) - Method in class dev.felnull.fnjl.math.FNVec3d
 
distance(FNVec3f) - Method in class dev.felnull.fnjl.math.FNVec3f
 
distance(FNVec3i) - Method in class dev.felnull.fnjl.math.FNVec3i
 
distance(FNVec4d) - Method in class dev.felnull.fnjl.math.FNVec4d
 
distance(FNVec4f) - Method in class dev.felnull.fnjl.math.FNVec4f
 
distance(FNVec4i) - Method in class dev.felnull.fnjl.math.FNVec4i
 
div(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 

E

encodeBase64(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
文字列をBase64文字列に変換
encodeUTFEscapeSequence(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
文字列をUTFエスケープシーケンス文字列に変換
equals(Object) - Method in class dev.felnull.fnjl.math.FN2dLine
 
equals(Object) - Method in class dev.felnull.fnjl.math.FN3dLine
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNComplex
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNFace
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec2d
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec2f
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec2i
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec3d
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec3f
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec3i
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec4d
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec4f
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec4i
 
equals(Object) - Method in class dev.felnull.fnjl.tuple.SimpleFNPair
 
equals(Object) - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
equals(Object) - Method in class dev.felnull.fnjl.tuple.SimpleFNTriple
 

F

fastInvSqrt(float) - Static method in class dev.felnull.fnjl.util.FNMath
高速逆平方根
fastInvSqrt(double) - Static method in class dev.felnull.fnjl.util.FNMath
高速逆平方根
FelNullJavaLibrary - Class in dev.felnull.fnjl
The Ikisugi FelNull Java Library
FelNullJavaLibrary() - Constructor for class dev.felnull.fnjl.FelNullJavaLibrary
 
fileCopyToProgress(File, File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをコピーする
fileDownloadToProgress(URL, File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらダウンロードしてファイルに書き込む
fileLoadToProgress(File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをロードする
FileWatcher - Class in dev.felnull.fnjl.io
非同期ファイル監視システム
FileWatcher(Path, Consumer<WatchEvent<?>>, WatchEvent.Kind<?>...) - Constructor for class dev.felnull.fnjl.io.FileWatcher
 
fileWriteToProgress(InputStream, long, File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルに書き込む
FN2dLine - Class in dev.felnull.fnjl.math
 
FN2dLine(FNVec2d, FNVec2d) - Constructor for class dev.felnull.fnjl.math.FN2dLine
 
FN2dLine(double, double, double, double) - Constructor for class dev.felnull.fnjl.math.FN2dLine
 
FN3dLine - Class in dev.felnull.fnjl.math
 
FN3dLine(double, double, double, double, double, double) - Constructor for class dev.felnull.fnjl.math.FN3dLine
 
FN3dLine(FNVec3d, FNVec3d) - Constructor for class dev.felnull.fnjl.math.FN3dLine
 
FNAwtUtil - Class in dev.felnull.fnjl.util
Awt関係
FNAwtUtil() - Constructor for class dev.felnull.fnjl.util.FNAwtUtil
 
FNColorUtil - Class in dev.felnull.fnjl.util
色関係
FNColorUtil() - Constructor for class dev.felnull.fnjl.util.FNColorUtil
 
FNComplex - Class in dev.felnull.fnjl.math
複素数
FNComplex() - Constructor for class dev.felnull.fnjl.math.FNComplex
 
FNComplex(double, double) - Constructor for class dev.felnull.fnjl.math.FNComplex
 
FNDataUtil - Class in dev.felnull.fnjl.util
データ関連
FNDataUtil() - Constructor for class dev.felnull.fnjl.util.FNDataUtil
 
FNFace - Class in dev.felnull.fnjl.math
 
FNFace(double, double, double, double, double, double) - Constructor for class dev.felnull.fnjl.math.FNFace
 
FNFace(FNVec3d, FNVec3d) - Constructor for class dev.felnull.fnjl.math.FNFace
 
FNForUtil - Class in dev.felnull.fnjl.util
繰り返し関係の処理
FNForUtil() - Constructor for class dev.felnull.fnjl.util.FNForUtil
 
FNImageUtil - Class in dev.felnull.fnjl.util
画像関係
FNImageUtil() - Constructor for class dev.felnull.fnjl.util.FNImageUtil
 
FNJLBuildIn - Class in dev.felnull.fnjl
 
FNJLBuildIn() - Constructor for class dev.felnull.fnjl.FNJLBuildIn
 
FNMath - Class in dev.felnull.fnjl.util
計算関係
FNMath() - Constructor for class dev.felnull.fnjl.util.FNMath
 
FNMath.PosColorEntry - Class in dev.felnull.fnjl.util
 
FNPair<K,E> - Interface in dev.felnull.fnjl.tuple
 
FNQuadruple<K,E,F,C> - Interface in dev.felnull.fnjl.tuple
 
FNReflectionUtil - Class in dev.felnull.fnjl.util
 
FNReflectionUtil() - Constructor for class dev.felnull.fnjl.util.FNReflectionUtil
 
FNRuntimeUtil - Class in dev.felnull.fnjl.util
 
FNRuntimeUtil() - Constructor for class dev.felnull.fnjl.util.FNRuntimeUtil
 
FNStringUtil - Class in dev.felnull.fnjl.util
文字列関係
FNStringUtil() - Constructor for class dev.felnull.fnjl.util.FNStringUtil
 
FNTriple<K,E,F> - Interface in dev.felnull.fnjl.tuple
 
FNURLUtil - Class in dev.felnull.fnjl.util
URL関係
FNURLUtil() - Constructor for class dev.felnull.fnjl.util.FNURLUtil
 
FNVec2d - Class in dev.felnull.fnjl.math
 
FNVec2d() - Constructor for class dev.felnull.fnjl.math.FNVec2d
 
FNVec2d(double, double) - Constructor for class dev.felnull.fnjl.math.FNVec2d
 
FNVec2f - Class in dev.felnull.fnjl.math
 
FNVec2f() - Constructor for class dev.felnull.fnjl.math.FNVec2f
 
FNVec2f(float, float) - Constructor for class dev.felnull.fnjl.math.FNVec2f
 
FNVec2i - Class in dev.felnull.fnjl.math
 
FNVec2i() - Constructor for class dev.felnull.fnjl.math.FNVec2i
 
FNVec2i(int, int) - Constructor for class dev.felnull.fnjl.math.FNVec2i
 
FNVec3d - Class in dev.felnull.fnjl.math
 
FNVec3d() - Constructor for class dev.felnull.fnjl.math.FNVec3d
 
FNVec3d(double, double, double) - Constructor for class dev.felnull.fnjl.math.FNVec3d
 
FNVec3f - Class in dev.felnull.fnjl.math
 
FNVec3f() - Constructor for class dev.felnull.fnjl.math.FNVec3f
 
FNVec3f(float, float, float) - Constructor for class dev.felnull.fnjl.math.FNVec3f
 
FNVec3i - Class in dev.felnull.fnjl.math
 
FNVec3i() - Constructor for class dev.felnull.fnjl.math.FNVec3i
 
FNVec3i(int, int, int) - Constructor for class dev.felnull.fnjl.math.FNVec3i
 
FNVec4d - Class in dev.felnull.fnjl.math
 
FNVec4d() - Constructor for class dev.felnull.fnjl.math.FNVec4d
 
FNVec4d(double, double, double, double) - Constructor for class dev.felnull.fnjl.math.FNVec4d
 
FNVec4f - Class in dev.felnull.fnjl.math
 
FNVec4f() - Constructor for class dev.felnull.fnjl.math.FNVec4f
 
FNVec4f(float, float, float, float) - Constructor for class dev.felnull.fnjl.math.FNVec4f
 
FNVec4i - Class in dev.felnull.fnjl.math
 
FNVec4i() - Constructor for class dev.felnull.fnjl.math.FNVec4i
 
FNVec4i(int, int, int, int) - Constructor for class dev.felnull.fnjl.math.FNVec4i
 
FolderWatcher - Class in dev.felnull.fnjl.io
非同期フォルダ監視
FolderWatcher(Path, FolderWatcher.FolderWatchListener) - Constructor for class dev.felnull.fnjl.io.FolderWatcher
 
FolderWatcher.FolderWatchListener - Interface in dev.felnull.fnjl.io
 
forMinToMax(int, int, IntConsumer) - Static method in class dev.felnull.fnjl.util.FNForUtil
少ないほうから多い数へ繰り返し
forMinToMaxDownwards(int, int, IntConsumer) - Static method in class dev.felnull.fnjl.util.FNForUtil
少ないほうから多い数へ繰り返し
fromNoHyphenStringToUUID(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
ハイフン無しUUID文字列からUUIDを生成

G

generateColorMandelbrot(int, int, double, double, double, int, Consumer<FNMath.PosColorEntry>) - Static method in class dev.felnull.fnjl.util.FNMath
マンデルブロ集合を生成
generateMandelbrotSet(int, int, double, double, double, int, Consumer<FNVec2i>) - Static method in class dev.felnull.fnjl.util.FNMath
白黒マンデルブロ集合を生成
getAlpha(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数ARGBカラーコードから透過率を取得 255(FF)が最大 0に近いほど透明
getAngle(FNVec2d, FNVec2d) - Static method in class dev.felnull.fnjl.util.FNMath
2点の線の角度を求める
getAngle(FNVec3d, FNVec3d) - Static method in class dev.felnull.fnjl.util.FNMath
2点の線の角度を求める
getApproximateColor(int, int...) - Static method in class dev.felnull.fnjl.util.FNColorUtil
近似色を取得する 16進数のカラーコード
getApproximateColorObject(int, T[], Function<T, Integer>) - Static method in class dev.felnull.fnjl.util.FNColorUtil
近似色のオブジェクトを取得する 16進数のカラーコード
getArch() - Static method in class dev.felnull.fnjl.os.OSs
アーキテクスチャ名を取得
getARGBHexColor(int, int, int, int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
RGBAから16進数ARGBカラーコードへ変換
getAverageMixColor(int...) - Static method in class dev.felnull.fnjl.util.FNColorUtil
色を平均的に混ぜた色を取得する
getBarType() - Method in class dev.felnull.fnjl.ProgressLogger
 
getBlue(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから青色を取得 255(FF)が最大
getBody() - Method in class dev.felnull.fnjl.io.PostRequest
 
getByteDisplay(long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
バイト容量表記(単位付き)を取得
getByteDisplay(long, long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
バイト容量表記(単位付き)を取得
getBytes() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteData
 
getCenter() - Method in interface dev.felnull.fnjl.tuple.FNTriple
 
getCenter() - Method in class dev.felnull.fnjl.tuple.SimpleFNTriple
 
getClassForName(String, boolean) - Static method in class dev.felnull.fnjl.util.FNReflectionUtil
 
getClassForName(String) - Static method in class dev.felnull.fnjl.util.FNReflectionUtil
 
getCode() - Method in class dev.felnull.fnjl.io.PostResponse
 
getColor() - Method in class dev.felnull.fnjl.util.FNMath.PosColorEntry
 
getColorDistance(int, int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
色ごとの距離を取得 16進数のカラーコード
getComplete() - Method in class dev.felnull.fnjl.ProgressLogger
 
getConnection(URL, Map<String, String>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
接続を確立する
getConnection(URL) - Static method in class dev.felnull.fnjl.util.FNURLUtil
接続を確立する
getEdge(int) - Method in class dev.felnull.fnjl.math.FNFace
0   ┌━━┐  3┃ ┃ 1   └━━┘    2
getEmpty() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getEncoding() - Method in class dev.felnull.fnjl.io.PostResponse
 
getEnd() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getEntry() - Method in interface dev.felnull.fnjl.tuple.FNPair
 
getEntry() - Method in class dev.felnull.fnjl.tuple.SimpleFNPair
 
getExtension(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
拡張子を取得する
getFill() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getFrom() - Method in class dev.felnull.fnjl.math.FN2dLine
 
getFrom() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getFrom() - Method in class dev.felnull.fnjl.math.FNFace
 
getFromX() - Method in class dev.felnull.fnjl.math.FN2dLine
 
getFromX() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getFromX() - Method in class dev.felnull.fnjl.math.FNFace
 
getFromY() - Method in class dev.felnull.fnjl.math.FN2dLine
 
getFromY() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getFromY() - Method in class dev.felnull.fnjl.math.FNFace
 
getFromZ() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getFromZ() - Method in class dev.felnull.fnjl.math.FNFace
 
getGreen(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから緑色を取得 255(FF)が最大
getHeaders() - Method in class dev.felnull.fnjl.io.PostRequest
 
getHexColor(int, int, int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
RGBから16進数カラーコードへ変換
getImag() - Method in class dev.felnull.fnjl.math.FNComplex
 
getIntersectPoint(FN2dLine) - Method in class dev.felnull.fnjl.math.FN2dLine
 
getKey() - Method in interface dev.felnull.fnjl.tuple.FNPair
 
getKey() - Method in class dev.felnull.fnjl.tuple.SimpleFNPair
 
getLeft() - Method in interface dev.felnull.fnjl.tuple.FNPair
 
getLeft() - Method in interface dev.felnull.fnjl.tuple.FNQuadruple
 
getLeft() - Method in interface dev.felnull.fnjl.tuple.FNTriple
 
getLeft() - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
getLeft() - Method in class dev.felnull.fnjl.tuple.SimpleFNTriple
 
getLeftCenter() - Method in interface dev.felnull.fnjl.tuple.FNQuadruple
 
getLeftCenter() - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
getLength() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getLibName() - Method in enum dev.felnull.fnjl.os.OSs.Type
 
getLinesIntersectPoint(FNVec4d, FNVec4d) - Static method in class dev.felnull.fnjl.util.FNMath
二つの2次元の線の交差点
getLinesIntersectPoint(FN2dLine, FN2dLine) - Static method in class dev.felnull.fnjl.util.FNMath
二つの2次元の線の交差点
getName() - Method in enum dev.felnull.fnjl.os.OSs.Type
 
getOS() - Static method in class dev.felnull.fnjl.os.OSs
OSのタイプを取得
getOSArch() - Static method in class dev.felnull.fnjl.os.OSs
アーキテクスチャ名を取得
getOSName() - Static method in class dev.felnull.fnjl.os.OSs
OS名を取得
getPercentage(int, int) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(long, long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(double) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(float) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPos() - Method in class dev.felnull.fnjl.util.FNMath.PosColorEntry
 
getProgress() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getProgressBar(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
getProgressBar() - Method in class dev.felnull.fnjl.ProgressLogger
 
getReadSize() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteData
 
getReal() - Method in class dev.felnull.fnjl.math.FNComplex
 
getRed(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから赤色を取得 255(FF)が最大
getResponse() - Method in class dev.felnull.fnjl.io.PostResponse
 
getResponse(URL) - Static method in class dev.felnull.fnjl.util.FNURLUtil
文字列を取る
getResponseAsync(URL, Consumer<String>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
非同期で文字列を取得 失敗時はnullを返す
getResponseByPOST(URL, String, String, String) - Static method in class dev.felnull.fnjl.util.FNURLUtil
POSTでテキストを送り返ってきた文字列とステータスコードを取得
getResponseByPOST(URL, byte[], Map<String, String>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
POSTでデータを送信
getResponseByPOST(URL, PostRequest) - Static method in class dev.felnull.fnjl.util.FNURLUtil
POSTでデータを送信
getResponseByPOSTAsync(URL, String, String, String, Consumer<PostResponse>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
POSTでテキストを送り返ってきた文字列とステータスコードを取得
getResponseString() - Method in class dev.felnull.fnjl.io.PostResponse
 
getRight() - Method in interface dev.felnull.fnjl.tuple.FNPair
 
getRight() - Method in interface dev.felnull.fnjl.tuple.FNQuadruple
 
getRight() - Method in interface dev.felnull.fnjl.tuple.FNTriple
 
getRight() - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
getRight() - Method in class dev.felnull.fnjl.tuple.SimpleFNTriple
 
getRightCenter() - Method in interface dev.felnull.fnjl.tuple.FNQuadruple
 
getRightCenter() - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
getSize() - Method in class dev.felnull.fnjl.ProgressLogger
 
getStart() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getStream(URL) - Static method in class dev.felnull.fnjl.util.FNURLUtil
ストリームを取る
getStreamAsync(URL, Consumer<InputStream>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
非同期でストリームを取得 失敗時はnullを返す
getStringHexColor(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
数字カラーコードを文字列の16進数のカラーコードに変換
getTimeFormat(long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
時間をhh:mm:ssのように出力する
getTimeFormat(long, boolean) - Static method in class dev.felnull.fnjl.util.FNStringUtil
時間をhh:mm:ssのように出力する
getTimeProgress(long, long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
時間をhh:mm:ss/hh:mm:ssのような進捗度で出力する
getTip() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getTo() - Method in class dev.felnull.fnjl.math.FN2dLine
 
getTo() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getTo() - Method in class dev.felnull.fnjl.math.FNFace
 
getTotal() - Method in class dev.felnull.fnjl.ProgressLogger
 
getToX() - Method in class dev.felnull.fnjl.math.FN2dLine
 
getToX() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getToX() - Method in class dev.felnull.fnjl.math.FNFace
 
getToY() - Method in class dev.felnull.fnjl.math.FN2dLine
 
getToY() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getToY() - Method in class dev.felnull.fnjl.math.FNFace
 
getToZ() - Method in class dev.felnull.fnjl.math.FN3dLine
 
getToZ() - Method in class dev.felnull.fnjl.math.FNFace
 
getUserAgent() - Static method in class dev.felnull.fnjl.util.FNURLUtil
ユーザエージェント取得
getUUIDFromNoHyphenStringNonThrow(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
変換で着ない場合はnullを返す
getUUIDFromStringNonThrow(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
変換で着ない場合はnullを返す
getVersion() - Static method in class dev.felnull.fnjl.FelNullJavaLibrary
バージョン取得
getW() - Method in class dev.felnull.fnjl.math.FNVec4d
 
getW() - Method in class dev.felnull.fnjl.math.FNVec4f
 
getW() - Method in class dev.felnull.fnjl.math.FNVec4i
 
getWatcherCont() - Method in class dev.felnull.fnjl.io.FolderWatcher
 
getWrittenLength() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getX() - Method in class dev.felnull.fnjl.math.FNVec2d
 
getX() - Method in class dev.felnull.fnjl.math.FNVec2f
 
getX() - Method in class dev.felnull.fnjl.math.FNVec2i
 
getX() - Method in class dev.felnull.fnjl.math.FNVec3d
 
getX() - Method in class dev.felnull.fnjl.math.FNVec3f
 
getX() - Method in class dev.felnull.fnjl.math.FNVec3i
 
getX() - Method in class dev.felnull.fnjl.math.FNVec4d
 
getX() - Method in class dev.felnull.fnjl.math.FNVec4f
 
getX() - Method in class dev.felnull.fnjl.math.FNVec4i
 
getY() - Method in class dev.felnull.fnjl.math.FNVec2d
 
getY() - Method in class dev.felnull.fnjl.math.FNVec2f
 
getY() - Method in class dev.felnull.fnjl.math.FNVec2i
 
getY() - Method in class dev.felnull.fnjl.math.FNVec3d
 
getY() - Method in class dev.felnull.fnjl.math.FNVec3f
 
getY() - Method in class dev.felnull.fnjl.math.FNVec3i
 
getY() - Method in class dev.felnull.fnjl.math.FNVec4d
 
getY() - Method in class dev.felnull.fnjl.math.FNVec4f
 
getY() - Method in class dev.felnull.fnjl.math.FNVec4i
 
getZ() - Method in class dev.felnull.fnjl.math.FNVec3d
 
getZ() - Method in class dev.felnull.fnjl.math.FNVec3f
 
getZ() - Method in class dev.felnull.fnjl.math.FNVec3i
 
getZ() - Method in class dev.felnull.fnjl.math.FNVec4d
 
getZ() - Method in class dev.felnull.fnjl.math.FNVec4f
 
getZ() - Method in class dev.felnull.fnjl.math.FNVec4i
 

H

hashCode() - Method in class dev.felnull.fnjl.math.FN2dLine
 
hashCode() - Method in class dev.felnull.fnjl.math.FN3dLine
 
hashCode() - Method in class dev.felnull.fnjl.math.FNComplex
 
hashCode() - Method in class dev.felnull.fnjl.math.FNFace
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec2d
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec2f
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec2i
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec3d
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec3f
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec3i
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec4d
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec4f
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec4i
 
hashCode() - Method in class dev.felnull.fnjl.tuple.SimpleFNPair
 
hashCode() - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
hashCode() - Method in class dev.felnull.fnjl.tuple.SimpleFNTriple
 
HeaderBuilder() - Constructor for class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 

I

inputToOutput(InputStream, OutputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
インプットストリームをアウトプットストリームへ
inputToOutput(InputStream, OutputStream, int) - Static method in class dev.felnull.fnjl.util.FNDataUtil
インプットストリームをアウトプットストリームへ
inputToOutputStream(InputStream, OutputStream) - Static method in class dev.felnull.fnjl.util.FNImageUtil
InputStreamからOutputStreamへ出力
isArm32() - Static method in class dev.felnull.fnjl.os.OSs
Arm32アーキテクスチャかどうか
isArm64() - Static method in class dev.felnull.fnjl.os.OSs
Arm64アーキテクスチャかどうか
isImage(byte[]) - Static method in class dev.felnull.fnjl.util.FNImageUtil
バイト配列が画像かどうか
isLinux() - Static method in class dev.felnull.fnjl.os.OSs
Linuxかどうか
isMAC() - Static method in class dev.felnull.fnjl.os.OSs
MACかどうか
isOnPoint(FNVec2d) - Method in class dev.felnull.fnjl.math.FN2dLine
 
isPointOnLine(FN2dLine, FNVec2d) - Static method in class dev.felnull.fnjl.util.FNMath
指定の線の上に点があるかどうか
isWindows() - Static method in class dev.felnull.fnjl.os.OSs
Windowsかどうか
isX64() - Static method in class dev.felnull.fnjl.os.OSs
x64アーキテクスチャかどうか
isX86() - Static method in class dev.felnull.fnjl.os.OSs
x86アーキテクスチャかどうか

K

kill() - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
このクラスで登録したタスクをすべて停止

L

lerp(float, float, float) - Static method in class dev.felnull.fnjl.util.FNMath
線形補完
lerpRoted(float, float, float) - Static method in class dev.felnull.fnjl.util.FNMath
線形補完(円形)
lerpRoted(float, float, float, float) - Static method in class dev.felnull.fnjl.util.FNMath
線形補完(円形)
loadToProgress(InputStream, long, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらロードする

M

mandelbrot(int) - Method in class dev.felnull.fnjl.math.FNComplex
 
mandelbrot(double, double, int) - Static method in class dev.felnull.fnjl.util.FNMath
マンデルブロ
mandelbrot(FNComplex, int) - Static method in class dev.felnull.fnjl.util.FNMath
マンデルブロ
max(int, int...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も大きい値を出力
max(float, float...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も大きい値を出力
max(double, double...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も大きい値を出力
max(long, long...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も大きい値を出力
min(int, int...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も小さい値を出力
min(float, float...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も小さい値を出力
min(double, double...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も小さい値を出力
min(long, long...) - Static method in class dev.felnull.fnjl.util.FNMath
値の中で最も小さい値を出力
mul(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 
multipleRun(Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行
multipleRun(String, Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行
multipleRun(int, Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
 
multipleRun(String, int, Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行

N

newBuilder() - Static method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 
newBuilder(String, String) - Static method in class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
newInstance(Class<?>, Object...) - Static method in class dev.felnull.fnjl.util.FNReflectionUtil
 
newRequest(Consumer<OutputStream>, Map<String, String>, long) - Static method in class dev.felnull.fnjl.io.PostRequest
 
newRequest(Consumer<OutputStream>, Map<String, String>) - Static method in class dev.felnull.fnjl.io.PostRequest
 
newRequest(String, Map<String, String>) - Static method in class dev.felnull.fnjl.io.PostRequest
 
newRequest(byte[], Map<String, String>) - Static method in class dev.felnull.fnjl.io.PostRequest
 
newURL(String) - Static method in class dev.felnull.fnjl.util.FNURLUtil
例外なし new URL
normalize() - Method in class dev.felnull.fnjl.math.FNVec3d
 
normalized() - Method in class dev.felnull.fnjl.math.FNVec3d
 

O

of(K, E) - Static method in interface dev.felnull.fnjl.tuple.FNPair
 
of(K, E, F, C) - Static method in interface dev.felnull.fnjl.tuple.FNQuadruple
 
of(K, E, F) - Static method in interface dev.felnull.fnjl.tuple.FNTriple
 
oneDayClockTimer(int, int, Runnable) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
 
oneDayClockTimer(int, int, Runnable, boolean) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
 
OSs - Class in dev.felnull.fnjl.os
OS関連情報
OSs() - Constructor for class dev.felnull.fnjl.os.OSs
 
OSs.Type - Enum in dev.felnull.fnjl.os
 

P

PosColorEntry(FNVec2i, int) - Constructor for class dev.felnull.fnjl.util.FNMath.PosColorEntry
 
PostRequest - Class in dev.felnull.fnjl.io
 
PostRequest(Consumer<OutputStream>, Map<String, String>, long) - Constructor for class dev.felnull.fnjl.io.PostRequest
 
PostRequest(Consumer<OutputStream>, Map<String, String>) - Constructor for class dev.felnull.fnjl.io.PostRequest
 
PostRequest.HeaderBuilder - Class in dev.felnull.fnjl.io
 
PostResponse - Class in dev.felnull.fnjl.io
 
PostResponse(byte[], int, String) - Constructor for class dev.felnull.fnjl.io.PostResponse
 
printProgress(int) - Method in class dev.felnull.fnjl.ProgressLogger
更新するたびに呼び出せば進捗が表示される
printProgress() - Method in class dev.felnull.fnjl.ProgressLogger
 
ProgressLogger - Class in dev.felnull.fnjl
進捗率をわかりやすくバーで表示させる
ProgressLogger(int, int, ProgressLogger.BarType) - Constructor for class dev.felnull.fnjl.ProgressLogger
進捗度バー表示
ProgressLogger(int, int, int, ProgressLogger.BarType) - Constructor for class dev.felnull.fnjl.ProgressLogger
進捗度バー表示
ProgressLogger.BarType - Enum in dev.felnull.fnjl
 
ProgressWriter - Class in dev.felnull.fnjl.io
進行率を取得しながら書き込む
ProgressWriter(InputStream, long, Function<ProgressWriter.WriteData, IOException>, Consumer<ProgressWriter.WriteProgressListener>) - Constructor for class dev.felnull.fnjl.io.ProgressWriter
 
ProgressWriter.WriteData - Interface in dev.felnull.fnjl.io
 
ProgressWriter.WriteProgressListener - Interface in dev.felnull.fnjl.io
 

R

radians() - Method in class dev.felnull.fnjl.math.FNVec3d
 
radians() - Method in class dev.felnull.fnjl.math.FNVec3f
 
readAllString(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
InputStreamを文字列へ変換
readAllString(InputStream, Charset) - Static method in class dev.felnull.fnjl.util.FNDataUtil
InputStreamを文字列へ変換
readAllString(Reader) - Static method in class dev.felnull.fnjl.util.FNDataUtil
Readerを文字列へ変換
readZip(InputStream, BiConsumer<ZipEntry, ZipInputStream>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
Zipファイルを読み取る
readZipStreamed(InputStream, BiConsumer<ZipEntry, InputStream>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
Zipファイルを読み取り、ストリームへ変換
reductionSize(BufferedImage, long) - Static method in class dev.felnull.fnjl.util.FNImageUtil
画像を指定サイズまで縮小する
reductionSize(BufferedImage, long, String) - Static method in class dev.felnull.fnjl.util.FNImageUtil
画像を指定サイズまで縮小する
removeExtension(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
拡張子を削除
resize(BufferedImage, int, int) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
resize(BufferedImage, int, int, int) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
resourceExtractor(Class<?>, String) - Static method in class dev.felnull.fnjl.util.FNDataUtil
リソースフォルダからデータを抽出
run() - Method in class dev.felnull.fnjl.io.FileWatcher
 

S

scale(double, double) - Static method in class dev.felnull.fnjl.util.FNMath
幅と高さのスケールを取得
send() - Method in class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
sendAsync(Consumer<Integer>) - Method in class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
setAvatarUrl(String) - Method in class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
setBarType(ProgressLogger.BarType) - Method in class dev.felnull.fnjl.ProgressLogger
 
setComplete(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
setContentType(String) - Method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 
setContentType(String, String) - Method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 
setEndStr(Function<ProgressLogger, String>) - Method in class dev.felnull.fnjl.ProgressLogger
 
setFrom(FNVec2d) - Method in class dev.felnull.fnjl.math.FN2dLine
 
setFrom(FNVec3d) - Method in class dev.felnull.fnjl.math.FN3dLine
 
setFrom(FNVec3d) - Method in class dev.felnull.fnjl.math.FNFace
 
setImag(double) - Method in class dev.felnull.fnjl.math.FNComplex
 
setLanguage(String) - Method in class dev.felnull.fnjl.io.PostRequest.HeaderBuilder
 
setLogger(Consumer<String>) - Method in class dev.felnull.fnjl.ProgressLogger
 
setReal(double) - Method in class dev.felnull.fnjl.math.FNComplex
 
setSize(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
setStartStr(Function<ProgressLogger, String>) - Method in class dev.felnull.fnjl.ProgressLogger
 
setTo(FNVec2d) - Method in class dev.felnull.fnjl.math.FN2dLine
 
setTo(FNVec3d) - Method in class dev.felnull.fnjl.math.FN3dLine
 
setTo(FNVec3d) - Method in class dev.felnull.fnjl.math.FNFace
 
setTotal(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
setUsername(String) - Method in class dev.felnull.fnjl.util.DiscordWebHookBuilder
 
setX(double) - Method in class dev.felnull.fnjl.math.FNVec2d
 
setX(float) - Method in class dev.felnull.fnjl.math.FNVec2f
 
setX(int) - Method in class dev.felnull.fnjl.math.FNVec2i
 
setY(double) - Method in class dev.felnull.fnjl.math.FNVec2d
 
setY(float) - Method in class dev.felnull.fnjl.math.FNVec2f
 
setY(int) - Method in class dev.felnull.fnjl.math.FNVec2i
 
SimpleFNPair<K,E> - Class in dev.felnull.fnjl.tuple
 
SimpleFNPair(K, E) - Constructor for class dev.felnull.fnjl.tuple.SimpleFNPair
 
SimpleFNQuadruple<K,E,F,C> - Class in dev.felnull.fnjl.tuple
 
SimpleFNQuadruple(K, E, F, C) - Constructor for class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
SimpleFNTriple<K,E,F> - Class in dev.felnull.fnjl.tuple
 
SimpleFNTriple(K, E, F) - Constructor for class dev.felnull.fnjl.tuple.SimpleFNTriple
 
start() - Method in class dev.felnull.fnjl.io.ProgressWriter
 
streamToByteArray(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
ストリームをバイト配列へ変換
streamToByteArray(InputStream, int) - Static method in class dev.felnull.fnjl.util.FNDataUtil
ストリームをバイト配列へ変換
sub(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 
sub(FNVec2d) - Method in class dev.felnull.fnjl.math.FNVec2d
 
sub(FNVec2f) - Method in class dev.felnull.fnjl.math.FNVec2f
 
sub(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2i
 
sub(FNVec3d) - Method in class dev.felnull.fnjl.math.FNVec3d
 
sub(FNVec3f) - Method in class dev.felnull.fnjl.math.FNVec3f
 
sub(FNVec3i) - Method in class dev.felnull.fnjl.math.FNVec3i
 
sub(FNVec4d) - Method in class dev.felnull.fnjl.math.FNVec4d
 
sub(FNVec4f) - Method in class dev.felnull.fnjl.math.FNVec4f
 
sub(FNVec4i) - Method in class dev.felnull.fnjl.math.FNVec4i
 

T

toByteArray(BufferedImage, String) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageをバイト配列に変換
toCelsiusTemp(float) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(int) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(long) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(double) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toEulerAngle() - Method in class dev.felnull.fnjl.math.FNVec4d
 
toEulerAngle() - Method in class dev.felnull.fnjl.math.FNVec4f
 
toEulerAngle(double, double, double, double) - Static method in class dev.felnull.fnjl.util.FNMath
クォータニオンからオイラー角へ変換
toInputStream(BufferedImage, String) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageをInputStreamに変換
toKelvinTemp(float) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(int) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(long) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(double) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toQuaternion() - Method in class dev.felnull.fnjl.math.FNVec3d
 
toQuaternion() - Method in class dev.felnull.fnjl.math.FNVec3f
 
toQuaternion(double, double, double) - Static method in class dev.felnull.fnjl.util.FNMath
オイラー角からクォータニオンへ変換
toString() - Method in class dev.felnull.fnjl.math.FN2dLine
 
toString() - Method in class dev.felnull.fnjl.math.FN3dLine
 
toString() - Method in class dev.felnull.fnjl.math.FNComplex
 
toString() - Method in class dev.felnull.fnjl.math.FNFace
 
toString() - Method in class dev.felnull.fnjl.math.FNVec2d
 
toString() - Method in class dev.felnull.fnjl.math.FNVec2f
 
toString() - Method in class dev.felnull.fnjl.math.FNVec2i
 
toString() - Method in class dev.felnull.fnjl.math.FNVec3d
 
toString() - Method in class dev.felnull.fnjl.math.FNVec3f
 
toString() - Method in class dev.felnull.fnjl.math.FNVec3i
 
toString() - Method in class dev.felnull.fnjl.math.FNVec4d
 
toString() - Method in class dev.felnull.fnjl.math.FNVec4f
 
toString() - Method in class dev.felnull.fnjl.math.FNVec4i
 
toString() - Method in class dev.felnull.fnjl.tuple.SimpleFNPair
 
toString() - Method in class dev.felnull.fnjl.tuple.SimpleFNQuadruple
 
toString() - Method in class dev.felnull.fnjl.tuple.SimpleFNTriple
 
trans4to2CornerPlanes(FNVec2f, FNVec2f, FNVec2f, FNVec2f) - Static method in class dev.felnull.fnjl.util.FNMath
4点の平面から2点の平面の座標へ変換

U

unzipGz(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
GZ圧縮されたストリームを解凍したストリームへ変換
update(Path, WatchEvent<?>) - Method in interface dev.felnull.fnjl.io.FolderWatcher.FolderWatchListener
 
update(FolderWatcher.SubFolderWatcher, Path, String, WatchEvent<?>) - Method in class dev.felnull.fnjl.io.FolderWatcher
 
urlLoadToProgress(URL, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらURL先をロードする

V

valueOf(String) - Static method in enum dev.felnull.fnjl.os.OSs.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.felnull.fnjl.ProgressLogger.BarType
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.felnull.fnjl.os.OSs.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.felnull.fnjl.ProgressLogger.BarType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class dev.felnull.fnjl.FNJLBuildIn
 

W

watchFile(Path, Consumer<WatchEvent<?>>, WatchEvent.Kind<?>...) - Static method in class dev.felnull.fnjl.util.FNDataUtil
ファイル監視

Z

zipGz(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
ストリームをGZ圧縮したストリームへ変換
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links