|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.contribution.visualiser.internal.preference.VisualiserPreferences
Holds the preferences for the Visualiser as set via the Workbench->preferences pages or the VisualiserPreferencesDialog , which is launched for the Visualiser view.
Field Summary | |
static java.lang.String |
DEMARCATION
|
static java.lang.String |
MAX_BAR
|
static java.lang.String |
MIN_BAR
|
static java.lang.String |
PROVIDER
|
static java.lang.String |
STRIPE_SIZE
|
Constructor Summary | |
VisualiserPreferences()
|
Method Summary | |
static int |
getMaxBarSize()
Get the maximum bar width for bars in the visualsier |
static int |
getMinBarSize()
Get the minimum bar width for bars in the visualiser |
static java.lang.String |
getProvider()
Get the name of the current provider |
static int |
getStripeSize()
Get the minimum stripe height for the visualiser |
static boolean |
isDemarcationEnabled()
Returns true if demarcation is enabled for bars in package view |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MAX_BAR
public static final java.lang.String MIN_BAR
public static final java.lang.String DEMARCATION
public static final java.lang.String PROVIDER
public static final java.lang.String STRIPE_SIZE
Constructor Detail |
public VisualiserPreferences()
Method Detail |
public static boolean isDemarcationEnabled()
public static java.lang.String getProvider()
public static int getMinBarSize()
public static int getMaxBarSize()
public static int getStripeSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |