📄 config.java
字号:
return autoLoadLyric; } public void setAutoLoadLyric(boolean autoLoadLyric) { this.autoLoadLyric = autoLoadLyric; } public boolean isCutBlankChars() { return cutBlankChars; } public void setCutBlankChars(boolean cutBlankChars) { this.cutBlankChars = cutBlankChars; } public boolean isHideWhenNoLyric() { return hideWhenNoLyric; } public void setHideWhenNoLyric(boolean hideWhenNoLyric) { this.hideWhenNoLyric = hideWhenNoLyric; } public int getLyricAlignMode() { return lyricAlignMode; } public void setLyricAlignMode(int lyricAlignMode) { this.lyricAlignMode = lyricAlignMode; } public boolean isLyricShadow() { return lyricShadow; } public void setLyricShadow(boolean lyricShadow) { this.lyricShadow = lyricShadow; } public boolean isMouseDragToSeekEnabled() { return mouseDragToSeekEnabled; } public void setMouseDragToSeekEnabled(boolean mouseDragToSeekEnabled) { this.mouseDragToSeekEnabled = mouseDragToSeekEnabled; } public boolean isOnlyResizeWhenVerticalMode() { return onlyResizeWhenVerticalMode; } public void setOnlyResizeWhenVerticalMode(boolean onlyResizeWhenVerticalMode) { this.onlyResizeWhenVerticalMode = onlyResizeWhenVerticalMode; } public boolean isCanDnD() { return canDnD; } public void setCanDnD(boolean canDnD) { this.canDnD = canDnD; } public boolean isDisableDelete() { return disableDelete; } public void setDisableDelete(boolean disableDelete) { this.disableDelete = disableDelete; } public boolean isIgnoreBadFile() { return ignoreBadFile; } public void setIgnoreBadFile(boolean ignoreBadFile) { this.ignoreBadFile = ignoreBadFile; } public Color getPlaylistBackground1() { return playlistBackground1; } public void setPlaylistBackground1(Color playlistBackground1) { this.playlistBackground1 = playlistBackground1; } public Color getPlaylistBackground2() { return playlistBackground2; } public void setPlaylistBackground2(Color playlistBackground2) { this.playlistBackground2 = playlistBackground2; } public Font getPlaylistFont() { return playlistFont; } public void setPlaylistFont(Font playlistFont) { this.playlistFont = playlistFont; } public Color getPlaylistHiLightColor() { return playlistHiLightColor; } public void setPlaylistHiLightColor(Color playlistHiLightColor) { this.playlistHiLightColor = playlistHiLightColor; } public Color getPlaylistIndexColor() { return playlistIndexColor; } public void setPlaylistIndexColor(Color playlistIndexColor) { this.playlistIndexColor = playlistIndexColor; } public Color getPlaylistLengthColor() { return playlistLengthColor; } public void setPlaylistLengthColor(Color playlistLengthColor) { this.playlistLengthColor = playlistLengthColor; } public Color getPlaylistSelectedColor() { return playlistSelectedColor; } public void setPlaylistSelectedColor(Color playlistSelectedColor) { this.playlistSelectedColor = playlistSelectedColor; } public Color getPlaylistTitleColor() { return playlistTitleColor; } public void setPlaylistTitleColor(Color playlistTitleColor) { this.playlistTitleColor = playlistTitleColor; } public String getReadTagInfoStrategy() { return readTagInfoStrategy; } public void setReadTagInfoStrategy(String readTagInfoStrategy) { this.readTagInfoStrategy = readTagInfoStrategy; } public boolean isSavePlayListByAbsolutePath() { return savePlayListByAbsolutePath; } public void setSavePlayListByAbsolutePath(boolean savePlayListByAbsolutePath) { this.savePlayListByAbsolutePath = savePlayListByAbsolutePath; } public boolean isShowTooltipOnPlayList() { return showTooltipOnPlayList; } public void setShowTooltipOnPlayList(boolean showTooltipOnPlayList) { this.showTooltipOnPlayList = showTooltipOnPlayList; } public boolean isAutoPlayWhenStart() { return autoPlayWhenStart; } public void setAutoPlayWhenStart(boolean autoPlayWhenStart) { this.autoPlayWhenStart = autoPlayWhenStart; } public double getLastRate() { return lastRate; } public void setLastRate(double lastRate) { this.lastRate = lastRate; } public boolean isMaintainLastPlay() { return maintainLastPlay; } public void setMaintainLastPlay(boolean maintainLastPlay) { this.maintainLastPlay = maintainLastPlay; } public int getSequencePlayInterval() { return sequencePlayInterval; } public void setSequencePlayInterval(int sequencePlayInterval) { this.sequencePlayInterval = sequencePlayInterval; } public boolean isStopWhenError() { return stopWhenError; } public void setStopWhenError(boolean stopWhenError) { this.stopWhenError = stopWhenError; } public boolean isAutoOverWriteExistFile() { return autoOverWriteExistFile; } public void setAutoOverWriteExistFile(boolean autoOverWriteExistFile) { this.autoOverWriteExistFile = autoOverWriteExistFile; } public boolean isAutoRelatingWithMediaFile() { return autoRelatingWithMediaFile; } public void setAutoRelatingWithMediaFile(boolean autoRelatingWithMediaFile) { this.autoRelatingWithMediaFile = autoRelatingWithMediaFile; } public boolean isAutoSearchLyricOnline() { return autoSearchLyricOnline; } public void setAutoSearchLyricOnline(boolean autoSearchLyricOnline) { this.autoSearchLyricOnline = autoSearchLyricOnline; } public File getSaveLyricDir() { return saveLyricDir; } public void setSaveLyricDir(File saveLyricDir) { this.saveLyricDir = saveLyricDir; } public boolean isSaveTheSameNameAsMediaFile() { return saveTheSameNameAsMediaFile; } public void setSaveTheSameNameAsMediaFile(boolean saveTheSameNameAsMediaFile) { this.saveTheSameNameAsMediaFile = saveTheSameNameAsMediaFile; } public Vector<File> getSearchLyricDirs() { return searchLyricDirs; } public void setSearchLyricDirs(Vector<File> v) { this.searchLyricDirs = v; } public boolean isSearchWhenInfoFull() { return searchWhenInfoFull; } public void setSearchWhenInfoFull(boolean searchWhenInfoFull) { this.searchWhenInfoFull = searchWhenInfoFull; } public boolean isSelectBestLyric() { return selectBestLyric; } public void setSelectBestLyric(boolean selectBestLyric) { this.selectBestLyric = selectBestLyric; } public boolean isAutoShutDown() { return autoShutDown; } public void setAutoShutDown(boolean autoShutDown) { this.autoShutDown = autoShutDown; } public boolean isStartAutoMinimize() { return startAutoMinimize; } public void setStartAutoMinimize(boolean autoStartMini) { this.startAutoMinimize = autoStartMini; } public String getCheckUpdateStrategy() { return checkUpdateStrategy; } public void setCheckUpdateStrategy(String checkUpdateStrategy) { this.checkUpdateStrategy = checkUpdateStrategy; } public boolean isShowPlayTip() { return showPlayTip; } public void setShowPlayTip(boolean showPlayTip) { this.showPlayTip = showPlayTip; } public boolean isShowTitleInTaskBar() { return showTitleInTaskBar; } public void setShowTitleInTaskBar(boolean showTitleInTaskBar) { this.showTitleInTaskBar = showTitleInTaskBar; } public boolean isShowTrayIcon() { return showTrayIcon; } public void setShowTrayIcon(boolean showTrayIcon) { this.showTrayIcon = showTrayIcon; } public Date getShutDownTime() { return shutDownTime; } public void setShutDownTime(Date shutDownTime) { this.shutDownTime = shutDownTime; } public boolean isShowLrcBorder() { return showLrcBorder; } public void setShowLrcBorder(boolean showBorder) { this.showLrcBorder = showBorder; } public boolean isTransparency() { return transparency; } public void setTransparency(boolean transparency) { this.transparency = transparency; } public boolean isMute() { return mute; } public void setMute(boolean mute) { this.mute = mute; } public Map<String, Set<String>> getComponentMap() { return componentMap; } public int getAudioChartfps() { return audioChartfps; } public void setAudioChartfps(int audioChartfps) { this.audioChartfps = audioChartfps; } public int getAudioChartDisplayMode() { return audioChartDisplayMode; } public void setAudioChartDisplayMode(int audioChartDisplayMode) { this.audioChartDisplayMode = audioChartDisplayMode; } public boolean isAntiAliasing() { return antiAliasing; } public void setAntiAliasing(boolean antiAliasing) { this.antiAliasing = antiAliasing; } public boolean isLyricTopShow() { return lyricTopShow; } public void setLyricTopShow(boolean topShow) { this.lyricTopShow = topShow; } public boolean isMouseScrollAjustTime() { return mouseScrollAjustTime; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -