Package com.cosylab.vdct
Class Settings
- java.lang.Object
-
- com.cosylab.vdct.Settings
-
public class Settings extends Object
Insert the type's description here. Creation date: (4.2.2001 11:30:32)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSettings()Settings constructor comment.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCanvasHeight()intgetCanvasWidth()static StringgetDefaultDir()Insert the method's description here.booleangetDisableMacroWarnings()intgetDoubleClickSmudge()intgetDoubleClickSpeed()booleangetFastMove()booleangetGlobalMacros()booleangetGrouping()Insert the method's description here.booleangetHierarhicalNames()static SettingsgetInstance()Insert the method's description here.StringgetLegendLogo()intgetLegendNavigatorHeight()intgetLegendNavigatorWidth()intgetLegendPosition()intgetLegendVisibility()booleangetNavigator()Insert the method's description here.StringgetProperty(String key, String defaultValue)Insert the method's description here.intgetRecordLength()booleangetShowGrid()Insert the method's description here.booleangetSnapToGrid()Insert the method's description here.booleangetStatusbar()Insert the method's description here.booleangetToolbar()Insert the method's description here.booleangetWindowsPan()booleanisDefaultVisibility()booleanisHideLinks()booleanisLegendNavigatorVisibility()booleanisWireCrossingAvoidiance()voidloadRecentFiles()Insert the method's description here.booleansave()Insert the method's description here.voidsaveRecentFiles()Insert the method's description here.voidsetCanvasHeight(int i)voidsetCanvasWidth(int i)static voidsetDefaultDir(String newDefaultDir)Insert the method's description here.voidsetDefaultVisibility(boolean b)voidsetDisableMacroWarnings(boolean b)voidsetDoubleClickSmudge(int i)voidsetDoubleClickSpeed(int i)voidsetFastMove(boolean b)voidsetGlobalMacros(boolean b)voidsetGlobalMacrosTemp(boolean b)voidsetGridSize(int size)Insert the method's description here.voidsetGrouping(boolean state)Insert the method's description here.voidsetGroupSeparator(char sep)Insert the method's description here.voidsetHideLinks(boolean b)voidsetHierarhicalNames(boolean b)voidsetHierarhicalNamesTemp(boolean b)voidsetLegendLogo(String string)voidsetLegendNavigatorHeight(int i)voidsetLegendNavigatorVisibility(boolean b)voidsetLegendNavigatorWidth(int i)voidsetLegendPosition(int i)voidsetLegendVisibility(int i)voidsetNavigator(boolean state)Insert the method's description here.voidsetProperty(String key, String value)Insert the method's description here.voidsetRecordLength(int i)voidsetShowGrid(boolean state)Insert the method's description here.voidsetSnapToGrid(boolean state)Insert the method's description here.voidsetStatusbar(boolean state)Insert the method's description here.voidsetToolbar(boolean state)Insert the method's description here.voidsetWindowsPan(boolean b)voidsetWireCrossingAvoidiance(boolean b)booleansync()Insert the method's description here.
-
-
-
Method Detail
-
getDefaultDir
public static String getDefaultDir()
Insert the method's description here. Creation date: (9.12.2001 11:08:15)- Returns:
- java.lang.String
-
getInstance
public static Settings getInstance()
Insert the method's description here. Creation date: (27.4.2001 18:48:59)- Returns:
- int
-
getNavigator
public boolean getNavigator()
Insert the method's description here. Creation date: (27.4.2001 18:50:50)- Returns:
- boolean
-
getGrouping
public boolean getGrouping()
Insert the method's description here. Creation date: (27.4.2001 18:50:50)- Returns:
- boolean
-
getProperty
public String getProperty(String key, String defaultValue)
Insert the method's description here. Creation date: (4.2.2001 12:02:12)- Parameters:
key- java.lang.StringdefaultValue- java.lang.String- Returns:
- java.lang.String
-
getShowGrid
public boolean getShowGrid()
Insert the method's description here. Creation date: (27.4.2001 18:50:50)- Returns:
- boolean
-
getSnapToGrid
public boolean getSnapToGrid()
Insert the method's description here. Creation date: (27.4.2001 18:50:50)- Returns:
- boolean
-
getStatusbar
public boolean getStatusbar()
Insert the method's description here. Creation date: (27.4.2001 18:50:50)- Returns:
- boolean
-
getToolbar
public boolean getToolbar()
Insert the method's description here. Creation date: (27.4.2001 18:50:50)- Returns:
- boolean
-
setDefaultDir
public static void setDefaultDir(String newDefaultDir)
Insert the method's description here. Creation date: (9.12.2001 11:08:15)- Parameters:
newDefaultDir- java.lang.String
-
setGridSize
public void setGridSize(int size)
Insert the method's description here. Creation date: (27.4.2001 18:48:29)- Parameters:
size- int
-
setNavigator
public void setNavigator(boolean state)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
state- boolean
-
setGrouping
public void setGrouping(boolean state)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
state- boolean
-
setProperty
public void setProperty(String key, String value)
Insert the method's description here. Creation date: (4.2.2001 11:59:58)- Parameters:
key- java.lang.Stringvalue- java.lang.String
-
setShowGrid
public void setShowGrid(boolean state)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
state- boolean
-
setSnapToGrid
public void setSnapToGrid(boolean state)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
state- boolean
-
setStatusbar
public void setStatusbar(boolean state)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
state- boolean
-
setToolbar
public void setToolbar(boolean state)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
state- boolean
-
setGroupSeparator
public void setGroupSeparator(char sep)
Insert the method's description here. Creation date: (27.4.2001 18:46:17)- Parameters:
sep- group separator character
-
save
public boolean save()
Insert the method's description here. Creation date: (4.2.2001 11:32:36)- Returns:
- boolean
-
sync
public boolean sync()
Insert the method's description here. Creation date: (4.2.2001 11:32:36)- Returns:
- boolean
-
saveRecentFiles
public void saveRecentFiles()
Insert the method's description here.
-
loadRecentFiles
public void loadRecentFiles()
Insert the method's description here.
-
getGlobalMacros
public boolean getGlobalMacros()
- Returns:
- something
-
setGlobalMacros
public void setGlobalMacros(boolean b)
- Parameters:
b- b
-
setGlobalMacrosTemp
public void setGlobalMacrosTemp(boolean b)
- Parameters:
b- b
-
getHierarhicalNames
public boolean getHierarhicalNames()
- Returns:
- something
-
setHierarhicalNames
public void setHierarhicalNames(boolean b)
- Parameters:
b- b
-
setHierarhicalNamesTemp
public void setHierarhicalNamesTemp(boolean b)
- Parameters:
b- b
-
getWindowsPan
public boolean getWindowsPan()
- Returns:
- something
-
setWindowsPan
public void setWindowsPan(boolean b)
- Parameters:
b- b
-
getDoubleClickSmudge
public int getDoubleClickSmudge()
- Returns:
- something
-
getDoubleClickSpeed
public int getDoubleClickSpeed()
- Returns:
- something
-
setDoubleClickSmudge
public void setDoubleClickSmudge(int i)
- Parameters:
i- i
-
setDoubleClickSpeed
public void setDoubleClickSpeed(int i)
- Parameters:
i- i
-
getRecordLength
public int getRecordLength()
- Returns:
- something
-
setRecordLength
public void setRecordLength(int i)
- Parameters:
i- i
-
getFastMove
public boolean getFastMove()
- Returns:
- something
-
setFastMove
public void setFastMove(boolean b)
- Parameters:
b- b
-
getLegendLogo
public String getLegendLogo()
- Returns:
- something
-
getLegendPosition
public int getLegendPosition()
- Returns:
- something
-
getLegendVisibility
public int getLegendVisibility()
- Returns:
- something
-
setLegendLogo
public void setLegendLogo(String string)
- Parameters:
string- string
-
setLegendPosition
public void setLegendPosition(int i)
- Parameters:
i- i
-
setLegendVisibility
public void setLegendVisibility(int i)
- Parameters:
i- i
-
getCanvasHeight
public int getCanvasHeight()
- Returns:
- something
-
getCanvasWidth
public int getCanvasWidth()
- Returns:
- something
-
isDefaultVisibility
public boolean isDefaultVisibility()
- Returns:
- something
-
isHideLinks
public boolean isHideLinks()
- Returns:
- something
-
setCanvasHeight
public void setCanvasHeight(int i)
- Parameters:
i- i
-
setCanvasWidth
public void setCanvasWidth(int i)
- Parameters:
i- i
-
setDefaultVisibility
public void setDefaultVisibility(boolean b)
- Parameters:
b- b
-
setHideLinks
public void setHideLinks(boolean b)
- Parameters:
b- b
-
setWireCrossingAvoidiance
public void setWireCrossingAvoidiance(boolean b)
- Parameters:
b- b
-
getLegendNavigatorHeight
public int getLegendNavigatorHeight()
- Returns:
- something
-
isLegendNavigatorVisibility
public boolean isLegendNavigatorVisibility()
- Returns:
- something
-
getLegendNavigatorWidth
public int getLegendNavigatorWidth()
- Returns:
- something
-
setLegendNavigatorHeight
public void setLegendNavigatorHeight(int i)
- Parameters:
i- i
-
setLegendNavigatorVisibility
public void setLegendNavigatorVisibility(boolean b)
- Parameters:
b- b
-
setLegendNavigatorWidth
public void setLegendNavigatorWidth(int i)
- Parameters:
i- i
-
isWireCrossingAvoidiance
public boolean isWireCrossingAvoidiance()
- Returns:
- something
-
getDisableMacroWarnings
public boolean getDisableMacroWarnings()
- Returns:
- something
-
setDisableMacroWarnings
public void setDisableMacroWarnings(boolean b)
- Parameters:
b- b
-
-