Package jspecview.js2d
Class JsParameters
java.lang.Object
jspecview.common.Parameters
jspecview.common.ColorParameters
jspecview.js2d.JsParameters
-
Field Summary
Fields inherited from class jspecview.common.ColorParameters
BLACK, BLUE, DARK_GRAY, defaultPlotColorNames, defaultPlotColors, displayFontName, elementColors, isDefault, LIGHT_GRAY, plotColors, RED, titleFontName, WHITEFields 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 thisDisplaySchemewith a new namegetColor1(int rgb) protected GenericColorgetColor3(int r, int g, int b) protected booleanisValidFontName(String name) Methods inherited from class jspecview.common.ColorParameters
copy, getColorFromString, getElementColor, getFontName, getPlotColors, set, setColor, setColorFromString, setElementColors, setForMethods inherited from class jspecview.common.Parameters
getBoolean, getBooleans, getTFToggle, isMatch, isTrue, putInfo, setBoolean, setName, setP
-
Constructor Details
-
JsParameters
public JsParameters()
-
-
Method Details
-
isValidFontName
- Specified by:
isValidFontNamein classColorParameters
-
getColor1
- Specified by:
getColor1in classColorParameters
-
getColor3
- Specified by:
getColor3in classColorParameters
-
copy
Description copied from class:ColorParametersReturns a copy of thisDisplaySchemewith a new name- Specified by:
copyin classColorParameters- Parameters:
newName- the new name- Returns:
- a copy of this
DisplaySchemewith a new name
-