com.cosylab.vdct
Class Settings

java.lang.Object
  extended by com.cosylab.vdct.Settings

public class Settings
extends java.lang.Object

Insert the type's description here. Creation date: (4.2.2001 11:30:32)

Author:
Matej Sekoranja

Constructor Summary
protected Settings()
          Settings constructor comment.
 
Method Summary
 int getCanvasHeight()
           
 int getCanvasWidth()
           
static java.lang.String getDefaultDir()
          Insert the method's description here.
 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.
 java.lang.String getLegendLogo()
           
 int getLegendNavigatorHeight()
           
 int getLegendNavigatorWidth()
           
 int getLegendPosition()
           
 int getLegendVisibility()
           
 boolean getNavigator()
          Insert the method's description here.
 java.lang.String getProperty(java.lang.String key, java.lang.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(java.lang.String newDefaultDir)
          Insert the method's description here.
 void setDefaultVisibility(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(java.lang.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(java.lang.String key, java.lang.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings

protected Settings()
Settings constructor comment.

Method Detail

getDefaultDir

public static java.lang.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 java.lang.String getProperty(java.lang.String key,
                                    java.lang.String defaultValue)
Insert the method's description here. Creation date: (4.2.2001 12:02:12)

Parameters:
key - java.lang.String
defaultValue - 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(java.lang.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(java.lang.String key,
                        java.lang.String value)
Insert the method's description here. Creation date: (4.2.2001 11:59:58)

Parameters:
key - java.lang.String
value - 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:
char - 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:

setGlobalMacros

public void setGlobalMacros(boolean b)
Parameters:
b -

setGlobalMacrosTemp

public void setGlobalMacrosTemp(boolean b)

getHierarhicalNames

public boolean getHierarhicalNames()
Returns:

setHierarhicalNames

public void setHierarhicalNames(boolean b)
Parameters:
b -

setHierarhicalNamesTemp

public void setHierarhicalNamesTemp(boolean b)

getWindowsPan

public boolean getWindowsPan()
Returns:

setWindowsPan

public void setWindowsPan(boolean b)
Parameters:
b -

getDoubleClickSmudge

public int getDoubleClickSmudge()
Returns:

getDoubleClickSpeed

public int getDoubleClickSpeed()
Returns:

setDoubleClickSmudge

public void setDoubleClickSmudge(int i)
Parameters:
i -

setDoubleClickSpeed

public void setDoubleClickSpeed(int i)
Parameters:
i -

getRecordLength

public int getRecordLength()
Returns:

setRecordLength

public void setRecordLength(int i)
Parameters:
i -

getFastMove

public boolean getFastMove()
Returns:

setFastMove

public void setFastMove(boolean b)
Parameters:
b -

getLegendLogo

public java.lang.String getLegendLogo()
Returns:

getLegendPosition

public int getLegendPosition()
Returns:

getLegendVisibility

public int getLegendVisibility()
Returns:

setLegendLogo

public void setLegendLogo(java.lang.String string)
Parameters:
string -

setLegendPosition

public void setLegendPosition(int i)
Parameters:
i -

setLegendVisibility

public void setLegendVisibility(int i)
Parameters:
i -

getCanvasHeight

public int getCanvasHeight()
Returns:

getCanvasWidth

public int getCanvasWidth()
Returns:

isDefaultVisibility

public boolean isDefaultVisibility()
Returns:

isHideLinks

public boolean isHideLinks()
Returns:

setCanvasHeight

public void setCanvasHeight(int i)
Parameters:
i -

setCanvasWidth

public void setCanvasWidth(int i)
Parameters:
i -

setDefaultVisibility

public void setDefaultVisibility(boolean b)
Parameters:
b -

setHideLinks

public void setHideLinks(boolean b)
Parameters:
b -

setWireCrossingAvoidiance

public void setWireCrossingAvoidiance(boolean b)
Parameters:
b -

getLegendNavigatorHeight

public int getLegendNavigatorHeight()
Returns:

isLegendNavigatorVisibility

public boolean isLegendNavigatorVisibility()
Returns:

getLegendNavigatorWidth

public int getLegendNavigatorWidth()
Returns:

setLegendNavigatorHeight

public void setLegendNavigatorHeight(int i)
Parameters:
i -

setLegendNavigatorVisibility

public void setLegendNavigatorVisibility(boolean b)
Parameters:
b -

setLegendNavigatorWidth

public void setLegendNavigatorWidth(int i)
Parameters:
i -

isWireCrossingAvoidiance

public boolean isWireCrossingAvoidiance()
Returns: