A JComponent for displaying video frames.
More...
A JComponent for displaying video frames.
◆ VideoComponent()
fm.liveswitch.java.VideoComponent.VideoComponent |
( |
| ) |
|
◆ getAlphaInterpolation()
Object fm.liveswitch.java.VideoComponent.getAlphaInterpolation |
( |
| ) |
|
◆ getAntialiasing()
Object fm.liveswitch.java.VideoComponent.getAntialiasing |
( |
| ) |
|
◆ getColorRendering()
Object fm.liveswitch.java.VideoComponent.getColorRendering |
( |
| ) |
|
◆ getDithering()
Object fm.liveswitch.java.VideoComponent.getDithering |
( |
| ) |
|
◆ getInterpolation()
Object fm.liveswitch.java.VideoComponent.getInterpolation |
( |
| ) |
|
◆ getMirror()
boolean fm.liveswitch.java.VideoComponent.getMirror |
( |
| ) |
|
◆ getRendering()
Object fm.liveswitch.java.VideoComponent.getRendering |
( |
| ) |
|
◆ getScale()
LayoutScale fm.liveswitch.java.VideoComponent.getScale |
( |
| ) |
|
◆ getStrokeControl()
Object fm.liveswitch.java.VideoComponent.getStrokeControl |
( |
| ) |
|
◆ paintComponent()
void fm.liveswitch.java.VideoComponent.paintComponent |
( |
Graphics |
g | ) |
|
◆ setAlphaInterpolation()
void fm.liveswitch.java.VideoComponent.setAlphaInterpolation |
( |
Object |
value | ) |
|
◆ setAntialiasing()
void fm.liveswitch.java.VideoComponent.setAntialiasing |
( |
Object |
value | ) |
|
◆ setColorRendering()
void fm.liveswitch.java.VideoComponent.setColorRendering |
( |
Object |
value | ) |
|
◆ setDithering()
void fm.liveswitch.java.VideoComponent.setDithering |
( |
Object |
value | ) |
|
◆ setImage()
void fm.liveswitch.java.VideoComponent.setImage |
( |
Image |
image | ) |
|
◆ setInterpolation()
void fm.liveswitch.java.VideoComponent.setInterpolation |
( |
Object |
value | ) |
|
◆ setMirror()
void fm.liveswitch.java.VideoComponent.setMirror |
( |
boolean |
mirror | ) |
|
◆ setRendering()
void fm.liveswitch.java.VideoComponent.setRendering |
( |
Object |
value | ) |
|
◆ setScale()
void fm.liveswitch.java.VideoComponent.setScale |
( |
LayoutScale |
scale | ) |
|
◆ setStrokeControl()
void fm.liveswitch.java.VideoComponent.setStrokeControl |
( |
Object |
value | ) |
|