Serialized Form
-
Package com.xebisco.yield
-
Exception com.xebisco.yield.ApplicationPlatformModuleException
class ApplicationPlatformModuleException extends RuntimeException implements Serializable -
Class com.xebisco.yield.ContextTime
class ContextTime extends Object implements Serializable-
Serialized Fields
-
deltaTime
double deltaTime
-
targetSleepTime
long targetSleepTime
-
timeScale
double timeScale
-
timeSinceStart
long timeSinceStart
-
-
-
Exception com.xebisco.yield.ImmutableBreakException
class ImmutableBreakException extends RuntimeException implements Serializable -
Class com.xebisco.yield.ImmutableVector2D
class ImmutableVector2D extends Vector2D implements Serializable -
Exception com.xebisco.yield.OnlyModifiableBeforeCreationException
class OnlyModifiableBeforeCreationException extends Exception implements Serializable -
Class com.xebisco.yield.PlatformInit
class PlatformInit extends Object implements Serializable- serialVersionUID:
- 6160223093067169502L
-
Serialized Fields
-
fullscreen
boolean fullscreen
-
invertZIndex
boolean invertZIndex
-
requiredPlatformModules
ApplicationModule[] requiredPlatformModules
-
stretchViewport
boolean stretchViewport
-
title
String title
-
undecorated
boolean undecorated
-
verticalSync
boolean verticalSync
-
viewportSize
Vector2D viewportSize
-
windowIconPath
String windowIconPath
-
windowSize
Vector2D windowSize
-
-
Class com.xebisco.yield.Vector2D
class Vector2D extends Object implements Serializable- serialVersionUID:
- 1008847862337497624L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Package com.xebisco.yield.save
-
Class com.xebisco.yield.save.SaveObject
class SaveObject extends Object implements Serializable-
Serialized Fields
-
createDate
Date createDate
-
modifiedDate
Date modifiedDate
-
object
Serializable object
-
saveName
String saveName
-
-
-