public class SNTPrefs extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NO_IMAGE_ASSOCIATED_DATA |
static String |
RESIZE_REQUIRED |
Modifier and Type | Method and Description |
---|---|
static void |
clearAll() |
protected int |
get3DViewerResamplingFactor() |
static String |
getDefaultLookAndFeel() |
protected Point |
getFillWindowLocation() |
static String |
getLookAndFeel() |
protected Point |
getPathWindowLocation() |
File |
getRecentDir() |
boolean |
getTemp(String key,
boolean defaultValue) |
String |
getTemp(String key,
String defaultValue) |
static int |
getThreads() |
boolean |
is2DDisplayCanvas() |
boolean |
isSaveCompressedTraces() |
boolean |
isSaveWinLocations() |
protected void |
loadPluginPrefs() |
protected void |
loadStartupPrefs()
Deprecated.
|
protected void |
resetOptions() |
protected void |
savePluginPrefs(boolean restoreIJ1prefs) |
protected void |
saveStartupPrefs()
Deprecated.
|
void |
set2DDisplayCanvas(boolean bool) |
protected void |
set3DViewerResamplingFactor(int factor) |
static void |
setLookAndFeel(String laf) |
void |
setRecentDir(File file) |
void |
setSaveCompressedTraces(boolean bool) |
void |
setSaveWinLocations(boolean value) |
void |
setTemp(String key,
boolean value) |
void |
setTemp(String key,
String value) |
static void |
setThreads(int n) |
public static final String NO_IMAGE_ASSOCIATED_DATA
public static final String RESIZE_REQUIRED
public SNTPrefs(SNT snt)
protected int get3DViewerResamplingFactor()
protected void set3DViewerResamplingFactor(int factor)
public boolean getTemp(String key, boolean defaultValue)
public void setTemp(String key, boolean value)
protected void loadPluginPrefs()
@Deprecated protected void loadStartupPrefs()
@Deprecated protected void saveStartupPrefs()
protected void savePluginPrefs(boolean restoreIJ1prefs)
public boolean is2DDisplayCanvas()
public void set2DDisplayCanvas(boolean bool)
public boolean isSaveCompressedTraces()
public void setSaveCompressedTraces(boolean bool)
public boolean isSaveWinLocations()
public void setSaveWinLocations(boolean value)
public static void setThreads(int n)
public static String getLookAndFeel()
public static void setLookAndFeel(String laf)
public static int getThreads()
protected Point getPathWindowLocation()
protected Point getFillWindowLocation()
protected void resetOptions()
public static void clearAll()
public static String getDefaultLookAndFeel()
public void setRecentDir(File file)
public File getRecentDir()
Copyright © 2015–2021 Fiji. All rights reserved.