Package one.empty3.gui
Class ZRunnerMain
java.lang.Object
java.lang.Thread
one.empty3.gui.ZRunnerMain
- All Implemented Interfaces:
PropertyChangeListener,Runnable,EventListener
Created by manue on 26-06-19.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.BuilderPREVIEW, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetClick(int x, int y) getMain()booleanbooleanbooleanvoidvoidrun()voidsetGraphicalEditing(boolean graphicalEditing) voidsetiTexture(ITexture iTexture) voidsetLastImage(BufferedImage lastImage) voidvoidsetSelRot(boolean selRot) voidsetStopCurrentRender(boolean stopCurrentRender) voidsetzBuffer(ZBufferImpl zBuffer) voidupdate()Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Constructor Details
-
ZRunnerMain
public ZRunnerMain()
-
-
Method Details
-
getClick
-
getLastImage
-
setiTexture
-
update
public void update() -
run
public void run() -
isRunning
public boolean isRunning() -
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
addPropertyChangeListener
-
setStopCurrentRender
public void setStopCurrentRender(boolean stopCurrentRender) -
setLastImage
-
getzBuffer
-
setzBuffer
-
setGraphicalEditing
public void setGraphicalEditing(boolean graphicalEditing) -
isGraphicalEditing
public boolean isGraphicalEditing() -
getMain
-
setMain
-
setSelRot
public void setSelRot(boolean selRot) -
getSelRot
public boolean getSelRot()
-