Package jspecview.api
Interface JSVPanel
- All Superinterfaces:
JSVViewPanel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doRepaint
(boolean andTaintAll) void
getFocusNow
(boolean asThread) int
getFontFaceID
(String name) boolean
hasFocus()
void
paintComponent
(Object display) void
printPanel
(PrintLayout pl, OutputStream os, String printJobTitle) void
processKeyEvent
(Object event) boolean
processMouseEvent
(int id, int x, int y, int modifiers, long time) void
processTwoPointGesture
(float[][][] touches) void
repaint()
saveImage
(String type, GenericFileInterface file, OC out) void
setBackgroundColor
(GenericColor color) void
void
showMenu
(int x, int y) void
showMessage
(String msg, String title) Methods inherited from interface jspecview.api.JSVViewPanel
dispose, getHeight, getTitle, getWidth, isEnabled, isFocusable, isVisible, setEnabled, setFocusable, setTitle
-
Method Details
-
repaint
void repaint() -
doRepaint
void doRepaint(boolean andTaintAll) -
getFocusNow
void getFocusNow(boolean asThread) -
getInput
-
getPanelData
PanelData getPanelData() -
hasFocus
boolean hasFocus() -
setToolTipText
-
showMessage
-
getApiPlatform
GenericPlatform getApiPlatform() -
setBackgroundColor
-
getFontFaceID
-
saveImage
-
printPanel
-
processMouseEvent
boolean processMouseEvent(int id, int x, int y, int modifiers, long time) -
processTwoPointGesture
void processTwoPointGesture(float[][][] touches) -
processKeyEvent
-
showMenu
void showMenu(int x, int y) -
paintComponent
-