|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.digitalmuseum.capture.VideoCaptureAbstractImpl
public abstract class VideoCaptureAbstractImpl
| フィールドの概要 |
|---|
| インタフェース jp.digitalmuseum.capture.VideoCapture から継承されたフィールド |
|---|
DEFAULT_FRAMERATE, DEFAULT_HEIGHT, DEFAULT_WIDTH |
| コンストラクタの概要 | |
|---|---|
VideoCaptureAbstractImpl()
Constructor without options. |
|
VideoCaptureAbstractImpl(int width,
int height)
Constructor with size specification. |
|
| メソッドの概要 | |
|---|---|
float |
getFrameRate()
Get frame rate (frame per second). |
int |
getHeight()
Get height of the resolution. |
int |
getWidth()
Get width of the resolution. |
java.awt.image.BufferedImage |
grabFrame()
Grab a frame in BufferedImage. |
byte[] |
grabFrameData()
Grab a frame in a byte array. |
boolean |
isGrayScale()
Get gray scale mode. |
boolean |
isPaused()
Get if capturing is paused or not. |
boolean |
isReversedX()
Get whether captured images are reversed by X-axis. |
boolean |
isReversedY()
Get whether captured images are reversed by Y-axis. |
boolean |
isStarted()
Get if capturing is started or not. |
void |
reverse(boolean reverseX,
boolean reverseY)
Reverse captured images by axis. |
void |
reverseX(boolean reverseX)
Reverse captured images by X-axis. |
void |
reverseY(boolean reverseY)
Reverse captured images by Y-axis. |
void |
setGrayScale(boolean isGrayScale)
Set gray scale mode. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.digitalmuseum.capture.VideoCapture から継承されたメソッド |
|---|
getIdentifier, getName, pause, resume, setFrameRate, setSize, setSource, start, stop |
| コンストラクタの詳細 |
|---|
public VideoCaptureAbstractImpl()
public VideoCaptureAbstractImpl(int width,
int height)
| メソッドの詳細 |
|---|
public final void setGrayScale(boolean isGrayScale)
VideoCapture の記述:VideoCapture 内の setGrayScale
public final void reverseX(boolean reverseX)
VideoCapture の記述:VideoCapture 内の reverseX
public final void reverseY(boolean reverseY)
VideoCapture の記述:VideoCapture 内の reverseY
public final void reverse(boolean reverseX,
boolean reverseY)
VideoCapture の記述:VideoCapture 内の reverse
reverseX - Whether to reverse images by X-axis or not.reverseY - Whether to reverse images by Y-axis or not.public final boolean isGrayScale()
VideoCapture の記述:VideoCapture 内の isGrayScale
public final boolean isReversedX()
VideoCapture の記述:VideoCapture 内の isReversedX
public final boolean isReversedY()
VideoCapture の記述:VideoCapture 内の isReversedY
public java.awt.image.BufferedImage grabFrame()
VideoCapture の記述:VideoCapture 内の grabFrame
public final byte[] grabFrameData()
VideoCapture の記述:VideoCapture 内の grabFrameData
public boolean isStarted()
VideoCapture の記述:VideoCapture 内の isStarted
public boolean isPaused()
VideoCapture の記述:VideoCapture 内の isPaused
public float getFrameRate()
VideoCapture の記述:VideoCapture 内の getFrameRate
public int getWidth()
VideoCapture の記述:VideoCapture 内の getWidth
public int getHeight()
VideoCapture の記述:VideoCapture 内の getHeight
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||