public class IlvAngleAttribute extends IlvDoubleAttribute
Constructor and Description |
---|
IlvAngleAttribute(IlvAngleAttribute source)
Creates a copy of the source attribute.
|
IlvAngleAttribute(IlvInputStream stream)
Reads an
IlvAngleAttribute from an
IlvInputStream . |
IlvAngleAttribute(IlvManager manager,
double value)
Creates an angle attribute using the specified manager to format the angle value.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttribute |
copy()
Returns a copy of the object.
|
IlvManager |
getManager()
Returns the manager associated with this attribute formatting.
|
String |
toString()
Formats the value using the manager's display preferences.
|
void |
write(IlvOutputStream stream)
Writes this to an
IlvOutputStream . |
DoubleValue, getValue, setValue
public IlvAngleAttribute(IlvManager manager, double value)
manager
- value
- public IlvAngleAttribute(IlvAngleAttribute source)
source
- source to copy.public IlvAngleAttribute(IlvInputStream stream) throws IlvReadFileException
IlvAngleAttribute
from an
IlvInputStream
.stream
- the input stream.IlvReadFileException
- if the format is not correct.public IlvFeatureAttribute copy()
copy
in class IlvDoubleAttribute
public String toString()
toString
in class IlvDoubleAttribute
IlvDoubleAttribute.toString()
public void write(IlvOutputStream stream) throws IOException
IlvOutputStream
.write
in interface IlvPersistentObject
write
in class IlvDoubleAttribute
stream
- the output stream.IOException
- if an error occurs.public IlvManager getManager()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.