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 protected
Settings()
Settings constructor comment.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCanvasHeight()
int
getCanvasWidth()
static String
getDefaultDir()
Insert the method's description here.boolean
getDisableMacroWarnings()
int
getDoubleClickSmudge()
int
getDoubleClickSpeed()
boolean
getFastMove()
boolean
getGlobalMacros()
boolean
getGrouping()
Insert the method's description here.boolean
getHierarhicalNames()
static Settings
getInstance()
Insert the method's description here.String
getLegendLogo()
int
getLegendNavigatorHeight()
int
getLegendNavigatorWidth()
int
getLegendPosition()
int
getLegendVisibility()
boolean
getNavigator()
Insert the method's description here.String
getProperty(String key, String defaultValue)
Insert the method's description here.int
getRecordLength()
boolean
getShowGrid()
Insert the method's description here.boolean
getSnapToGrid()
Insert the method's description here.boolean
getStatusbar()
Insert the method's description here.boolean
getToolbar()
Insert the method's description here.boolean
getWindowsPan()
boolean
isDefaultVisibility()
boolean
isHideLinks()
boolean
isLegendNavigatorVisibility()
boolean
isWireCrossingAvoidiance()
void
loadRecentFiles()
Insert the method's description here.boolean
save()
Insert the method's description here.void
saveRecentFiles()
Insert the method's description here.void
setCanvasHeight(int i)
void
setCanvasWidth(int i)
static void
setDefaultDir(String newDefaultDir)
Insert the method's description here.void
setDefaultVisibility(boolean b)
void
setDisableMacroWarnings(boolean b)
void
setDoubleClickSmudge(int i)
void
setDoubleClickSpeed(int i)
void
setFastMove(boolean b)
void
setGlobalMacros(boolean b)
void
setGlobalMacrosTemp(boolean b)
void
setGridSize(int size)
Insert the method's description here.void
setGrouping(boolean state)
Insert the method's description here.void
setGroupSeparator(char sep)
Insert the method's description here.void
setHideLinks(boolean b)
void
setHierarhicalNames(boolean b)
void
setHierarhicalNamesTemp(boolean b)
void
setLegendLogo(String string)
void
setLegendNavigatorHeight(int i)
void
setLegendNavigatorVisibility(boolean b)
void
setLegendNavigatorWidth(int i)
void
setLegendPosition(int i)
void
setLegendVisibility(int i)
void
setNavigator(boolean state)
Insert the method's description here.void
setProperty(String key, String value)
Insert the method's description here.void
setRecordLength(int i)
void
setShowGrid(boolean state)
Insert the method's description here.void
setSnapToGrid(boolean state)
Insert the method's description here.void
setStatusbar(boolean state)
Insert the method's description here.void
setToolbar(boolean state)
Insert the method's description here.void
setWindowsPan(boolean b)
void
setWireCrossingAvoidiance(boolean b)
boolean
sync()
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
-
-