Package sidplay.ini
Klasse IniSidplay2Section
java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniSidplay2Section
- Alle implementierten Schnittstellen:
ISidPlay2Section
SIDPlay2 section of the INI file.
- Autor:
- Ken Händel
-
Feldübersicht
FelderVon Klasse geerbte Felder sidplay.ini.IniSection
iniReaderVon Schnittstelle geerbte Felder libsidplay.config.ISidPlay2Section
SIDPLAY2_SECTION_BUNDLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal floatgetBleed()Get VIC palette setting bleed.final floatgetBlur()Get VIC palette setting blur.final floatGet VIC palette setting brightness.final floatGet VIC palette setting contrast.final doubleGetter of the default play length (if the song length is unknown).final doubleFade-in start time in seconds, audio volume should be increased to the max.final doubleFade-out start time in seconds, audio volume should be lowered to zero.final floatgetGamma()Get VIC palette setting gamma.final FilegetHvsc()Getter of the HVSC collection directory.final FileGetter of the last accessed directory in the file browser.final floatGet VIC palette setting offset.final floatGet VIC palette setting phaseShift.final floatGet VIC palette setting saturation.final doubleGetter of the start time.final floatgetTint()Get VIC palette setting tint.final FileGetter of the temporary directory for JSIDPlay2.final intGet INI file version.final booleanGetter of the enable of the Songlengths database.final booleanisLoop()Getter of the tune should loopfinal booleanGet PAL emulation enable.final booleanisSingle()Do we play a single song per tune?final booleanGetter of convert other programs to turbo-tape or normal tape formatfinal voidsetBleed(float bleed) Set VIC palette setting bleedfinal voidsetBlur(float blur) Set VIC palette setting blurfinal voidsetBrightness(float brightness) Set VIC palette setting brightnessfinal voidsetContrast(float contrast) Set VIC palette setting contrastfinal voidsetDefaultPlayLength(double playLength) Setter of the default play length (if the song length is unknown).final voidsetEnableDatabase(boolean enable) Setter of the enable of the Songlengths database.final voidsetFadeInTime(double fadeInTime) Setter of Fade-in start time in seconds, audio volume should be increased to the max.final voidsetFadeOutTime(double fadeOutTime) Setter of Fade-out start time in seconds, audio volume should be lowered to zero.final voidsetGamma(float gamma) Set VIC palette setting gammafinal voidSetter of the HVSC collection directory.final voidsetLastDirectory(File lastDir) Setter of the last accessed directory in the file browser.final voidsetLoop(boolean loop) Setter of the tune should loopfinal voidsetOffset(float offset) Set VIC palette setting offsetfinal voidsetPalEmulation(boolean palEmulation) Set PAL emulation enable.final voidsetPhaseShift(float phaseShift) Set VIC palette setting phaseShiftfinal voidsetSaturation(float saturation) Set VIC palette setting saturationfinal voidsetSingle(boolean singleSong) setter to play a single song per tune.final voidsetStartTime(double startTime) Setter of the start time.final voidsetTint(float tint) Set VIC palette setting tintfinal voidSetter of the temporary directory for JSIDPlay2.final voidsetTurboTape(boolean turboTape) Setter of convert other programs to turbo-tape or normal tape formatfinal voidsetVersion(int version) Set configuration versionfinal StringtoString()
-
Felddetails
-
SECTION_ID
- Siehe auch:
-
-
Konstruktordetails
-
IniSidplay2Section
-
-
Methodendetails
-
getVersion
public final int getVersion()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet INI file version.- Angegeben von:
getVersionin SchnittstelleISidPlay2Section- Gibt zurück:
- INI file version
-
setVersion
public final void setVersion(int version) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet configuration version- Angegeben von:
setVersionin SchnittstelleISidPlay2Section- Parameter:
version- configuration version
-
isEnableDatabase
public final 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 final 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 final double getStartTime()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the start time.- Angegeben von:
getStartTimein SchnittstelleISidPlay2Section- Gibt zurück:
- start time
-
setStartTime
public final void setStartTime(double startTime) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the start time.- Angegeben von:
setStartTimein SchnittstelleISidPlay2Section- Parameter:
startTime- start time
-
getDefaultPlayLength
public final 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 final void setDefaultPlayLength(double playLength) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the default play length (if the song length is unknown).- Angegeben von:
setDefaultPlayLengthin SchnittstelleISidPlay2Section- Parameter:
playLength- default play length
-
getFadeInTime
public final 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 final 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 final 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 final 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
-
isLoop
public final boolean isLoop()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGetter of the tune should loop- Angegeben von:
isLoopin SchnittstelleISidPlay2Section- Gibt zurück:
- tune should loop
-
setLoop
public final void setLoop(boolean loop) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of the tune should loop- Angegeben von:
setLoopin SchnittstelleISidPlay2Section- Parameter:
loop- tune should loop
-
isSingle
public final 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 final 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
-
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
-
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 final boolean isPalEmulation()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet PAL emulation enable.- Angegeben von:
isPalEmulationin SchnittstelleISidPlay2Section- Gibt zurück:
- PAL emulation enable
-
setPalEmulation
public final void setPalEmulation(boolean palEmulation) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet PAL emulation enable.- Angegeben von:
setPalEmulationin SchnittstelleISidPlay2Section- Parameter:
palEmulation- PAL emulation enable
-
getBrightness
public final float getBrightness()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting brightness.- Angegeben von:
getBrightnessin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting brightness
-
setBrightness
public final void setBrightness(float brightness) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting brightness- Angegeben von:
setBrightnessin SchnittstelleISidPlay2Section- Parameter:
brightness- brightness
-
getContrast
public final float getContrast()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting contrast.- Angegeben von:
getContrastin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting contrast
-
setContrast
public final void setContrast(float contrast) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting contrast- Angegeben von:
setContrastin SchnittstelleISidPlay2Section- Parameter:
contrast- contrast
-
getGamma
public final float getGamma()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting gamma.- Angegeben von:
getGammain SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting gamma
-
setGamma
public final void setGamma(float gamma) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting gamma- Angegeben von:
setGammain SchnittstelleISidPlay2Section- Parameter:
gamma- gamma
-
getSaturation
public final float getSaturation()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting saturation.- Angegeben von:
getSaturationin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting saturation
-
setSaturation
public final void setSaturation(float saturation) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting saturation- Angegeben von:
setSaturationin SchnittstelleISidPlay2Section- Parameter:
saturation- saturation
-
getPhaseShift
public final float getPhaseShift()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting phaseShift.- Angegeben von:
getPhaseShiftin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting phaseShift
-
setPhaseShift
public final void setPhaseShift(float phaseShift) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting phaseShift- Angegeben von:
setPhaseShiftin SchnittstelleISidPlay2Section- Parameter:
phaseShift- phaseShift
-
getOffset
public final float getOffset()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting offset.- Angegeben von:
getOffsetin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting offset
-
setOffset
public final void setOffset(float offset) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting offset- Angegeben von:
setOffsetin SchnittstelleISidPlay2Section- Parameter:
offset- offset
-
getTint
public final float getTint()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting tint.- Angegeben von:
getTintin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting tint
-
setTint
public final void setTint(float tint) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting tint- Angegeben von:
setTintin SchnittstelleISidPlay2Section- Parameter:
tint- tint
-
getBlur
public final float getBlur()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting blur.- Angegeben von:
getBlurin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting blur
-
setBlur
public final void setBlur(float blur) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting blur- Angegeben von:
setBlurin SchnittstelleISidPlay2Section- Parameter:
blur- blur
-
getBleed
public final float getBleed()Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionGet VIC palette setting bleed.- Angegeben von:
getBleedin SchnittstelleISidPlay2Section- Gibt zurück:
- VIC palette setting bleed
-
setBleed
public final void setBleed(float bleed) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSet VIC palette setting bleed- Angegeben von:
setBleedin SchnittstelleISidPlay2Section- Parameter:
bleed- bleed
-
isTurboTape
public final 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 final void setTurboTape(boolean turboTape) Beschreibung aus Schnittstelle kopiert:ISidPlay2SectionSetter of convert other programs to turbo-tape or normal tape format- Angegeben von:
setTurboTapein SchnittstelleISidPlay2Section
-
toString
-