Package client.teavm.common.config
Klasse Sidplay2SectionTeaVM
java.lang.Object
client.teavm.common.config.Sidplay2SectionTeaVM
- Alle implementierten Schnittstellen:
ISidPlay2Section
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate floatprivate floatprivate floatprivate floatprivate doubleprivate booleanprivate doubleprivate doubleprivate floatprivate Fileprivate Fileprivate booleanprivate floatprivate booleanprivate floatprivate floatprivate booleanprivate doubleprivate floatprivate Fileprivate booleanprivate intVon Schnittstelle geerbte Felder libsidplay.config.ISidPlay2Section
SIDPLAY2_SECTION_BUNDLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfloatgetBleed()Get VIC palette setting bleed.floatgetBlur()Get VIC palette setting blur.floatGet VIC palette setting brightness.floatGet VIC palette setting contrast.doubleGetter of the default play length (if the song length is unknown).doubleFade-in start time in seconds, audio volume should be increased to the max.doubleFade-out start time in seconds, audio volume should be lowered to zero.floatgetGamma()Get VIC palette setting gamma.getHvsc()Getter of the HVSC collection directory.Getter of the last accessed directory in the file browser.floatGet VIC palette setting offset.floatGet VIC palette setting phaseShift.floatGet VIC palette setting saturation.doubleGetter of the start time.floatgetTint()Get VIC palette setting tint.Getter of the temporary directory for JSIDPlay2.intGet INI file version.booleanGetter of the enable of the Songlengths database.booleanisLoop()Getter of the tune should loopbooleanGet PAL emulation enable.booleanisSingle()Do we play a single song per tune?booleanGetter of convert other programs to turbo-tape or normal tape formatvoidsetBleed(float bleed) Set VIC palette setting bleedvoidsetBlur(float blur) Set VIC palette setting blurvoidsetBrightness(float brightness) Set VIC palette setting brightnessvoidsetContrast(float contrast) Set VIC palette setting contrastvoidsetDefaultPlayLength(double defaultPlayLength) Setter of the default play length (if the song length is unknown).voidsetEnableDatabase(boolean enable) Setter of the enable of the Songlengths database.voidsetFadeInTime(double fadeInTime) Setter of Fade-in start time in seconds, audio volume should be increased to the max.voidsetFadeOutTime(double fadeOutTime) Setter of Fade-out start time in seconds, audio volume should be lowered to zero.voidsetGamma(float gamma) Set VIC palette setting gammavoidSetter of the HVSC collection directory.voidsetLastDirectory(File lastDir) Setter of the last accessed directory in the file browser.voidsetLoop(boolean loop) Setter of the tune should loopvoidsetOffset(float offset) Set VIC palette setting offsetvoidsetPalEmulation(boolean palEmulation) Set PAL emulation enable.voidsetPhaseShift(float phaseShift) Set VIC palette setting phaseShiftvoidsetSaturation(float saturation) Set VIC palette setting saturationvoidsetSingle(boolean singleSong) setter to play a single song per tune.voidsetStartTime(double startTime) Setter of the start time.voidsetTint(float tint) Set VIC palette setting tintvoidSetter of the temporary directory for JSIDPlay2.voidsetTurboTape(boolean turboTape) Setter of convert other programs to turbo-tape or normal tape formatvoidsetVersion(int version) Set configuration version
-
Felddetails
-
version
private int version -
enableDatabase
private boolean enableDatabase -
startTime
private double startTime -
defaultPlayLength
private double defaultPlayLength -
loop
private boolean loop -
hvsc
-
single
private boolean single -
lastDirectory
-
tmpDir
-
palEmulation
private boolean palEmulation -
brightness
private float brightness -
contrast
private float contrast -
gamma
private float gamma -
saturation
private float saturation -
phaseShift
private float phaseShift -
offset
private float offset -
tint
private float tint -
blur
private float blur -
bleed
private float bleed -
turboTape
private boolean turboTape -
fadeInTime
private double fadeInTime -
fadeOutTime
private double fadeOutTime
-
-
Konstruktordetails
-
Sidplay2SectionTeaVM
public Sidplay2SectionTeaVM()
-
-
Methodendetails
-
getVersion
public int getVersion()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet INI file version.- Angegeben von:
getVersionin SchnittstelleISidPlay2Section- Gibt zurück:
- INI file version
-
setVersion
public void setVersion(int version) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet configuration version- Angegeben von:
setVersionin SchnittstelleISidPlay2Section- Parameter:
version- configuration version
-
isEnableDatabase
public boolean isEnableDatabase()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the enable of the Songlengths database.- Angegeben von:
isEnableDatabasein SchnittstelleISidPlay2Section- Gibt zurück:
- Is the Songlengths database enabled?
-
setEnableDatabase
public void setEnableDatabase(boolean enable) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the enable of the Songlengths database.- Angegeben von:
setEnableDatabasein SchnittstelleISidPlay2Section- Parameter:
enable- the enable of the Songlengths database
-
getStartTime
public double getStartTime()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the start time.- Angegeben von:
getStartTimein SchnittstelleISidPlay2Section- Gibt zurück:
- start time
-
setStartTime
public void setStartTime(double startTime) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the start time.- Angegeben von:
setStartTimein SchnittstelleISidPlay2Section- Parameter:
startTime- start time
-
getDefaultPlayLength
public double getDefaultPlayLength()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the default play length (if the song length is unknown).- Angegeben von:
getDefaultPlayLengthin SchnittstelleISidPlay2Section- Gibt zurück:
- default play length
-
setDefaultPlayLength
public void setDefaultPlayLength(double defaultPlayLength) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the default play length (if the song length is unknown).- Angegeben von:
setDefaultPlayLengthin SchnittstelleISidPlay2Section- Parameter:
defaultPlayLength- default play length
-
isLoop
public boolean isLoop()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the tune should loop- Angegeben von:
isLoopin SchnittstelleISidPlay2Section- Gibt zurück:
- tune should loop
-
setLoop
public void setLoop(boolean loop) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the tune should loop- Angegeben von:
setLoopin SchnittstelleISidPlay2Section- Parameter:
loop- tune should loop
-
getHvsc
Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the HVSC collection directory.- Angegeben von:
getHvscin SchnittstelleISidPlay2Section- Gibt zurück:
- the HVSC collection directory
-
setHvsc
Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the HVSC collection directory.- Angegeben von:
setHvscin SchnittstelleISidPlay2Section- Parameter:
hvsc- the HVSC collection directory
-
isSingle
public boolean isSingle()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionDo we play a single song per tune?- Angegeben von:
isSinglein SchnittstelleISidPlay2Section- Gibt zurück:
- play a single song per tune
-
setSingle
public void setSingle(boolean singleSong) Beschreibung aus Schnittstelle kopiert:ISidPlay2Sectionsetter to play a single song per tune.- Angegeben von:
setSinglein SchnittstelleISidPlay2Section- Parameter:
singleSong- play a single song per tune
-
getLastDirectory
Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the last accessed directory in the file browser.- Angegeben von:
getLastDirectoryin SchnittstelleISidPlay2Section- Gibt zurück:
- the last accessed directory in the file browser
-
setLastDirectory
Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the last accessed directory in the file browser.- Angegeben von:
setLastDirectoryin SchnittstelleISidPlay2Section- Parameter:
lastDir- the last accessed directory in the file browser
-
getTmpDir
Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the temporary directory for JSIDPlay2.- Angegeben von:
getTmpDirin SchnittstelleISidPlay2Section- Gibt zurück:
- the temporary directory for JSIDPlay2
-
setTmpDir
Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the temporary directory for JSIDPlay2.- Angegeben von:
setTmpDirin SchnittstelleISidPlay2Section- Parameter:
tmpDir- the temporary directory for JSIDPlay2
-
isPalEmulation
public boolean isPalEmulation()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet PAL emulation enable.- Angegeben von:
isPalEmulationin SchnittstelleISidPlay2Section- Gibt zurück:
- PAL emulation enable
-
setPalEmulation
public void setPalEmulation(boolean palEmulation) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet PAL emulation enable.- Angegeben von:
setPalEmulationin SchnittstelleISidPlay2Section- Parameter:
palEmulation- PAL emulation enable
-
getBrightness
public float getBrightness()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting brightness.- Angegeben von:
getBrightnessin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting brightness
-
setBrightness
public void setBrightness(float brightness) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting brightness- Angegeben von:
setBrightnessin SchnittstelleISidPlay2Section- Parameter:
brightness- brightness
-
getContrast
public float getContrast()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting contrast.- Angegeben von:
getContrastin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting contrast
-
setContrast
public void setContrast(float contrast) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting contrast- Angegeben von:
setContrastin SchnittstelleISidPlay2Section- Parameter:
contrast- contrast
-
getGamma
public float getGamma()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting gamma.- Angegeben von:
getGammain SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting gamma
-
setGamma
public void setGamma(float gamma) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting gamma- Angegeben von:
setGammain SchnittstelleISidPlay2Section- Parameter:
gamma- gamma
-
getSaturation
public float getSaturation()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting saturation.- Angegeben von:
getSaturationin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting saturation
-
setSaturation
public void setSaturation(float saturation) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting saturation- Angegeben von:
setSaturationin SchnittstelleISidPlay2Section- Parameter:
saturation- saturation
-
getPhaseShift
public float getPhaseShift()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting phaseShift.- Angegeben von:
getPhaseShiftin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting phaseShift
-
setPhaseShift
public void setPhaseShift(float phaseShift) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting phaseShift- Angegeben von:
setPhaseShiftin SchnittstelleISidPlay2Section- Parameter:
phaseShift- phaseShift
-
getOffset
public float getOffset()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting offset.- Angegeben von:
getOffsetin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting offset
-
setOffset
public void setOffset(float offset) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting offset- Angegeben von:
setOffsetin SchnittstelleISidPlay2Section- Parameter:
offset- offset
-
getTint
public float getTint()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting tint.- Angegeben von:
getTintin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting tint
-
setTint
public void setTint(float tint) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting tint- Angegeben von:
setTintin SchnittstelleISidPlay2Section- Parameter:
tint- tint
-
getBlur
public float getBlur()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting blur.- Angegeben von:
getBlurin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting blur
-
setBlur
public void setBlur(float blur) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting blur- Angegeben von:
setBlurin SchnittstelleISidPlay2Section- Parameter:
blur- blur
-
getBleed
public float getBleed()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting bleed.- Angegeben von:
getBleedin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting bleed
-
setBleed
public void setBleed(float bleed) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting bleed- Angegeben von:
setBleedin SchnittstelleISidPlay2Section- Parameter:
bleed- bleed
-
isTurboTape
public boolean isTurboTape()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of convert other programs to turbo-tape or normal tape format- Angegeben von:
isTurboTapein SchnittstelleISidPlay2Section- Gibt zurück:
- should be converted to turbo tape
-
setTurboTape
public void setTurboTape(boolean turboTape) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of convert other programs to turbo-tape or normal tape format- Angegeben von:
setTurboTapein SchnittstelleISidPlay2Section
-
getFadeInTime
public double getFadeInTime()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionFade-in start time in seconds, audio volume should be increased to the max.- Angegeben von:
getFadeInTimein SchnittstelleISidPlay2Section
-
setFadeInTime
public void setFadeInTime(double fadeInTime) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of Fade-in start time in seconds, audio volume should be increased to the max.- Angegeben von:
setFadeInTimein SchnittstelleISidPlay2Section
-
getFadeOutTime
public double getFadeOutTime()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionFade-out start time in seconds, audio volume should be lowered to zero.- Angegeben von:
getFadeOutTimein SchnittstelleISidPlay2Section
-
setFadeOutTime
public void setFadeOutTime(double fadeOutTime) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of Fade-out start time in seconds, audio volume should be lowered to zero.- Angegeben von:
setFadeOutTimein SchnittstelleISidPlay2Section
-