|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnake3d.core.Settings
public class Settings
Offers global parameters (settings) and functions used by the plug-in. Settings makes use of the Singleton design pattern: There's at most one instance present, which can only be accessed through getInstance().
Nested Class Summary | |
---|---|
static class |
Settings.MeshResolution
|
Field Summary | |
---|---|
static boolean |
DEBUG
Set to true to enable DEBUG mode |
static int |
DEPTH_TRANSPARENCY_DEFAULT
|
static Settings.MeshResolution |
MESH_RESOLUTION_DEFAULT
|
static boolean |
REFRESH_SCREEN_DEFAULT
|
static int |
STROKE_THICKNESS_DEFAULT
|
Constructor Summary | |
---|---|
Settings()
|
Method Summary | |
---|---|
java.lang.String |
getAppName()
Returns the name of the plug-in. |
java.lang.String |
getAppVersion()
Returns the version of the plug-in. |
java.lang.String |
getIcyRequiredVersion()
Returns the minimum version of ICY in which the plug-in works properly. |
static Settings |
getInstance()
Get Settings instance |
void |
setWindowIcon(icy.gui.frame.IcyFrame icyFrame)
Set the window icon. |
void |
setWindowIcon(javax.swing.JDialog dialog)
Set the window icon. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public static final Settings.MeshResolution MESH_RESOLUTION_DEFAULT
public static final int STROKE_THICKNESS_DEFAULT
public static final int DEPTH_TRANSPARENCY_DEFAULT
public static final boolean REFRESH_SCREEN_DEFAULT
Constructor Detail |
---|
public Settings()
Method Detail |
---|
public static Settings getInstance()
public void setWindowIcon(javax.swing.JDialog dialog)
public void setWindowIcon(icy.gui.frame.IcyFrame icyFrame)
public java.lang.String getAppName()
public java.lang.String getAppVersion()
public java.lang.String getIcyRequiredVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |