Package hec.gfx2d
Class DataTypeProperties
java.lang.Object
hec.gfx2d.DataTypeProperties
- All Implemented Interfaces:
Cloneable
Title: General CWMS Project Description: Copyright: Copyright (c) 2000
Company: RMA
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the DataTypeProperties objectConstructor for the DataTypeProperties object -
Method Summary
Modifier and TypeMethodDescriptionclone()Method DescriptiondoubleMethod DescriptiondoubleGets the DefaultMinAxisValue attribute of the DataTypeProperties objectGets the DssType attribute of the DataTypeProperties objectgetName()Gets the Name attribute of the DataTypeProperties objectGets the Parameter attribute of the DataTypeProperties objectdoublebooleanGets the UsingDefaultMaxAxisValue attribute of the DataTypeProperties objectbooleanGets the UsingDefaultMinAxisValue attribute of the DataTypeProperties objectbooleanbooleanGets the YAxisReversed attribute of the DataTypeProperties objectvoidsetDefaultMaxAxisValue(double defaultMaxAxisValue) Sets the DefaultMaxAxisValue attribute of the DataTypeProperties objectvoidsetDefaultMinAxisValue(double defaultMinAxisValue) Sets the DefaultMinAxisValue attribute of the DataTypeProperties objectvoidsetDssType(String dssType) Sets the DssType attribute of the DataTypeProperties objectvoidsetHasDefaultMaxAxisValue(boolean hasDefaultMaxAxisValue) Sets the UseDefaultMaxAxisValue attribute of the DataTypeProperties objectvoidsetHasDefaultMinAxisValue(boolean hasDefaultMinAxisValue) Sets the UseDefaultMinAxisValue attribute of the DataTypeProperties objectvoidsetHasViewportWeight(boolean hasWeight) voidSets the Name attribute of the DataTypeProperties objectvoidsetParameter(String parameter) Sets the Parameter attribute of the DataTypeProperties objectvoidsetViewportWeight(double viewportWeight) voidsetYAxisReversed(boolean yAxisReversed) Sets the YAxisReversed attribute of the DataTypeProperties objectvoidwriteProperties(BufferedWriter writer) Method Description
-
Field Details
-
USE_DEFAULT_MAX
- See Also:
-
USE_DEFAULT_MIN
- See Also:
-
USE_VIEWPORT_WEIGHT
- See Also:
-
YAXIS_REVERSED
- See Also:
-
PARAMETER
- See Also:
-
NAME
- See Also:
-
DSS_TYPE
- See Also:
-
-
Constructor Details
-
DataTypeProperties
public DataTypeProperties()Constructor for the DataTypeProperties object -
DataTypeProperties
Constructor for the DataTypeProperties object- Parameters:
props- Description
-
-
Method Details
-
getDefaultMaxAxisValue
public double getDefaultMaxAxisValue()Method Description- Returns:
- Description
-
setDefaultMaxAxisValue
public void setDefaultMaxAxisValue(double defaultMaxAxisValue) Sets the DefaultMaxAxisValue attribute of the DataTypeProperties object- Parameters:
defaultMaxAxisValue- The new DefaultMaxAxisValue value
-
setDefaultMinAxisValue
public void setDefaultMinAxisValue(double defaultMinAxisValue) Sets the DefaultMinAxisValue attribute of the DataTypeProperties object- Parameters:
defaultMinAxisValue- The new DefaultMinAxisValue value
-
setHasDefaultMaxAxisValue
public void setHasDefaultMaxAxisValue(boolean hasDefaultMaxAxisValue) Sets the UseDefaultMaxAxisValue attribute of the DataTypeProperties object- Parameters:
hasDefaultMaxAxisValue- The new UseDefaultMaxAxisValue value
-
setHasDefaultMinAxisValue
public void setHasDefaultMinAxisValue(boolean hasDefaultMinAxisValue) Sets the UseDefaultMinAxisValue attribute of the DataTypeProperties object- Parameters:
hasDefaultMinAxisValue- The new UseDefaultMinAxisValue value
-
setYAxisReversed
public void setYAxisReversed(boolean yAxisReversed) Sets the YAxisReversed attribute of the DataTypeProperties object- Parameters:
yAxisReversed- The new YAxisReversed value
-
getDefaultMinAxisValue
public double getDefaultMinAxisValue()Gets the DefaultMinAxisValue attribute of the DataTypeProperties object- Returns:
- The DefaultMinAxisValue value
-
hasDefaultMaxAxisValue
public boolean hasDefaultMaxAxisValue()Gets the UsingDefaultMaxAxisValue attribute of the DataTypeProperties object- Returns:
- The UsingDefaultMaxAxisValue value
-
hasViewportWeight
public boolean hasViewportWeight() -
setHasViewportWeight
public void setHasViewportWeight(boolean hasWeight) -
hasDefaultMinAxisValue
public boolean hasDefaultMinAxisValue()Gets the UsingDefaultMinAxisValue attribute of the DataTypeProperties object- Returns:
- The UsingDefaultMinAxisValue value
-
isYAxisReversed
public boolean isYAxisReversed()Gets the YAxisReversed attribute of the DataTypeProperties object- Returns:
- The YAxisReversed value
-
getDssType
Gets the DssType attribute of the DataTypeProperties object- Returns:
- The DssType value
-
setDssType
Sets the DssType attribute of the DataTypeProperties object- Parameters:
dssType- The new DssType value
-
setName
Sets the Name attribute of the DataTypeProperties object- Parameters:
name- The new Name value
-
setParameter
Sets the Parameter attribute of the DataTypeProperties object- Parameters:
parameter- The new Parameter value
-
getName
Gets the Name attribute of the DataTypeProperties object- Returns:
- The Name value
-
getParameter
Gets the Parameter attribute of the DataTypeProperties object- Returns:
- The Parameter value
-
setViewportWeight
public void setViewportWeight(double viewportWeight) -
getViewportWeight
public double getViewportWeight() -
writeProperties
Method Description- Parameters:
writer- Description
-
clone
Method Description
-