Package jspecview.java
Class AwtParameters
java.lang.Object
jspecview.common.Parameters
jspecview.common.ColorParameters
jspecview.java.AwtParameters
-
Field Summary
Fields inherited from class jspecview.common.ColorParameters
BLACK, BLUE, DARK_GRAY, defaultPlotColorNames, defaultPlotColors, displayFontName, elementColors, isDefault, LIGHT_GRAY, plotColors, RED, titleFontName, WHITE
Fields inherited from class jspecview.common.Parameters
htBooleans, integralDrawAll, integralMinY, integralOffset, integralRange, name, peakListInterpolation, peakListThreshold, precision, viewOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of thisDisplayScheme
with a new namegetColor1
(int rgb) protected GenericColor
getColor3
(int r, int g, int b) protected boolean
isValidFontName
(String name) Methods inherited from class jspecview.common.ColorParameters
copy, getColorFromString, getElementColor, getFontName, getPlotColors, set, setColor, setColorFromString, setElementColors, setFor
Methods inherited from class jspecview.common.Parameters
getBoolean, getBooleans, getTFToggle, isMatch, isTrue, putInfo, setBoolean, setName, setP
-
Constructor Details
-
AwtParameters
public AwtParameters()
-
-
Method Details
-
isValidFontName
- Specified by:
isValidFontName
in classColorParameters
-
getColor1
- Specified by:
getColor1
in classColorParameters
-
getColor3
- Specified by:
getColor3
in classColorParameters
-
copy
Description copied from class:ColorParameters
Returns a copy of thisDisplayScheme
with a new name- Specified by:
copy
in classColorParameters
- Parameters:
newName
- the new name- Returns:
- a copy of this
DisplayScheme
with a new name
-