net.sf.sdedit.config
Interface GlobalConfiguration
- All Superinterfaces:
- DataObject
public interface GlobalConfiguration
- extends DataObject
getAutodrawLatency
int getAutodrawLatency()
getEditorFont
Font getEditorFont()
getFileEncoding
String getFileEncoding()
getGlueChangeAmount
int getGlueChangeAmount()
getGuiFont
Font getGuiFont()
getLookAndFeel
String getLookAndFeel()
getMaxNumOfRecentFiles
int getMaxNumOfRecentFiles()
getRealtimeServerPort
int getRealtimeServerPort()
getRecentFiles
String getRecentFiles()
isAutoScroll
boolean isAutoScroll()
isAutostartServer
boolean isAutostartServer()
isAutoUpdate
boolean isAutoUpdate()
isBackupFiles
boolean isBackupFiles()
setAutodrawLatency
void setAutodrawLatency(int autodrawLatency)
setAutoScroll
void setAutoScroll(boolean autoScroll)
setAutostartServer
void setAutostartServer(boolean autostartServer)
setAutoUpdate
void setAutoUpdate(boolean autoUpdate)
setBackupFiles
void setBackupFiles(boolean backupFiles)
setEditorFont
void setEditorFont(Font editorFont)
setFileEncoding
void setFileEncoding(String fileEncoding)
setGlueChangeAmount
void setGlueChangeAmount(int glueChangeAmount)
setGuiFont
void setGuiFont(Font guiFont)
setLookAndFeel
void setLookAndFeel(String lookAndFeel)
setMaxNumOfRecentFiles
void setMaxNumOfRecentFiles(int maxNumOfRecentFiles)
setRealtimeServerPort
void setRealtimeServerPort(int receiverServerPort)
setRecentFiles
void setRecentFiles(String recentFiles)
Copyright © 2011. All Rights Reserved.