|
kiyut.citra 2.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkiyut.citra.canvas.AbstractFXFilter
public abstract class AbstractFXFilter
Abstract implementation of FXFilter
| Field Summary | |
|---|---|
protected FXContext |
context
|
protected String |
name
|
protected AbstractFXFilterSettingsPane |
settingsComponent
|
| Constructor Summary | |
|---|---|
AbstractFXFilter(String name,
FXContext context)
Creates a new instance of AbstractFXFilter |
|
| Method Summary | |
|---|---|
FXContext |
getContext()
Return FXContext |
BufferedImageOp |
getFilterOp()
Return BufferedImageOp that will be used as filter |
String |
getName()
Return name |
JComponent |
getSettingsComponent()
Return Setting Component |
FXTool |
getTool()
Return FXTool or null, for interactive filter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected FXContext context
protected AbstractFXFilterSettingsPane settingsComponent
| Constructor Detail |
|---|
public AbstractFXFilter(String name,
FXContext context)
| Method Detail |
|---|
public String getName()
FXFilter
getName in interface FXFilterpublic FXContext getContext()
FXFilter
getContext in interface FXFilterpublic JComponent getSettingsComponent()
FXFilter
getSettingsComponent in interface FXFilterpublic BufferedImageOp getFilterOp()
FXFilter
getFilterOp in interface FXFilterpublic FXTool getTool()
FXFilter
getTool in interface FXFilter
|
kiyut.citra 2.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||