Package hec.gfx2d
Class DataType
java.lang.Object
hec.gfx2d.DataType
Title: General CWMS Project
Description:
Copyright: Copyright (c) 2000
Company: RMA
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidaddPlotProperties(PlotProperties props) protected DataTypePropertiesdoubledoubleintgetKey()getName()intdoublegetYAxisName(String units) booleanbooleanbooleanbooleanbooleanvoidreadProperties(BufferedReader in, String endTag) voidsetDefaultMaxAxisValue(double value) voidsetDefaultMinAxisValue(double value) voidsetDSSType(String type) voidsetFileLocation(int loc) voidsetHasDefaultMaxAxisValue(boolean useDefault) voidsetHasDefaultMinAxisValue(boolean useDefault) voidsetHasViewportWeight(boolean hasWeight) voidsetModified(boolean modified) voidvoidsetParameter(String param) voidsetProperties(DataTypeProperties newProps) voidsetViewportWeight(double val) voidsetYAxisReversed(boolean reversed) toString()voidwriteProperties(BufferedWriter writer, String endTag)
-
Field Details
-
SYSTEM_FILE_LOCATION
public static final int SYSTEM_FILE_LOCATION- See Also:
-
USER_FILE_LOCATION
public static final int USER_FILE_LOCATION- See Also:
-
UNDEFINED
- See Also:
-
-
Constructor Details
-
DataType
public DataType() -
DataType
-
-
Method Details
-
createProperties
- Returns:
-
addG2dLineProperties
-
addPlotProperties
-
getPlotProperties
-
setName
-
getName
-
setParameter
-
getG2dLinesList
-
getYAxisName
-
getYAxisName
-
setYAxisReversed
public void setYAxisReversed(boolean reversed) -
isYAxisReversed
public boolean isYAxisReversed() -
getParameterId
public int getParameterId() -
getParameter
-
writeProperties
-
readProperties
-
getDSSType
-
setDSSType
-
toString
-
hasDefaultMaxAxisValue
public boolean hasDefaultMaxAxisValue() -
hasDefaultMinAxisValue
public boolean hasDefaultMinAxisValue() -
getDefaultMinAxisValue
public double getDefaultMinAxisValue() -
getDefaultMaxAxisValue
public double getDefaultMaxAxisValue() -
setDefaultMaxAxisValue
public void setDefaultMaxAxisValue(double value) -
setDefaultMinAxisValue
public void setDefaultMinAxisValue(double value) -
setHasDefaultMaxAxisValue
public void setHasDefaultMaxAxisValue(boolean useDefault) -
setHasDefaultMinAxisValue
public void setHasDefaultMinAxisValue(boolean useDefault) -
getProperties
-
hasViewportWeight
public boolean hasViewportWeight() -
setHasViewportWeight
public void setHasViewportWeight(boolean hasWeight) -
setViewportWeight
public void setViewportWeight(double val) -
getViewportWeight
public double getViewportWeight() -
setProperties
-
setFileLocation
public void setFileLocation(int loc) -
getFileLocation
public int getFileLocation() -
isModified
public boolean isModified() -
setModified
public void setModified(boolean modified) -
getKey
-