|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.Settings
public class Settings
Insert the type's description here. Creation date: (4.2.2001 11:30:32)
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 |
---|
protected Settings()
Method Detail |
---|
public static java.lang.String getDefaultDir()
public static Settings getInstance()
public boolean getNavigator()
public boolean getGrouping()
public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
key
- java.lang.StringdefaultValue
- java.lang.String
public boolean getShowGrid()
public boolean getSnapToGrid()
public boolean getStatusbar()
public boolean getToolbar()
public static void setDefaultDir(java.lang.String newDefaultDir)
newDefaultDir
- java.lang.Stringpublic void setGridSize(int size)
size
- intpublic void setNavigator(boolean state)
state
- booleanpublic void setGrouping(boolean state)
state
- booleanpublic void setProperty(java.lang.String key, java.lang.String value)
key
- java.lang.Stringvalue
- java.lang.Stringpublic void setShowGrid(boolean state)
state
- booleanpublic void setSnapToGrid(boolean state)
state
- booleanpublic void setStatusbar(boolean state)
state
- booleanpublic void setToolbar(boolean state)
state
- booleanpublic void setGroupSeparator(char sep)
char
- group separator characterpublic boolean save()
public boolean sync()
public void saveRecentFiles()
public void loadRecentFiles()
public boolean getGlobalMacros()
public void setGlobalMacros(boolean b)
b
- public void setGlobalMacrosTemp(boolean b)
public boolean getHierarhicalNames()
public void setHierarhicalNames(boolean b)
b
- public void setHierarhicalNamesTemp(boolean b)
public boolean getWindowsPan()
public void setWindowsPan(boolean b)
b
- public int getDoubleClickSmudge()
public int getDoubleClickSpeed()
public void setDoubleClickSmudge(int i)
i
- public void setDoubleClickSpeed(int i)
i
- public int getRecordLength()
public void setRecordLength(int i)
i
- public boolean getFastMove()
public void setFastMove(boolean b)
b
- public java.lang.String getLegendLogo()
public int getLegendPosition()
public int getLegendVisibility()
public void setLegendLogo(java.lang.String string)
string
- public void setLegendPosition(int i)
i
- public void setLegendVisibility(int i)
i
- public int getCanvasHeight()
public int getCanvasWidth()
public boolean isDefaultVisibility()
public boolean isHideLinks()
public void setCanvasHeight(int i)
i
- public void setCanvasWidth(int i)
i
- public void setDefaultVisibility(boolean b)
b
- public void setHideLinks(boolean b)
b
- public void setWireCrossingAvoidiance(boolean b)
b
- public int getLegendNavigatorHeight()
public boolean isLegendNavigatorVisibility()
public int getLegendNavigatorWidth()
public void setLegendNavigatorHeight(int i)
i
- public void setLegendNavigatorVisibility(boolean b)
b
- public void setLegendNavigatorWidth(int i)
i
- public boolean isWireCrossingAvoidiance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |