Package hec.util
Class PhotoViewerInfo
java.lang.Object
hec.io.DataContainer
hec.util.PhotoViewerInfo
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.io.DataContainer
DataContainer.VERTICAL_DATUM, DataContainer.VERTICAL_UNITS
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
String[]
boolean[]
double
boolean
boolean
double
double
Fields inherited from class hec.io.DataContainer
coordinateID, coordinateSystem, CURRENT_VERTICAL_DATUM_HEADER, CURRENT_VERTICAL_DATUM_KEY, dataType, fileLastWriteTimeMillis, fileName, fullName, horizontalDatum, horizontalUnits, lastWriteTimeMillis, location, locationTimezone, modified, otherInfo, storedAsdoubles, subVersion, supplementalInfo, version, VERTICAL_DATUM_INFO_HEADER, VERTICAL_DATUM_INFO_KEY, verticalDatum, verticalUnits, watershed, xOrdinate, yOrdinate, zOrdinate
-
Constructor Summary
ConstructorsConstructorDescriptionPhotoViewerInfo
(String[] modenames, boolean initialValue, boolean makeSetupFalse) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
void
clone
(PhotoViewerInfo pvInfo) void
loadFromMemory
(byte[] memoryImage) Methods inherited from class hec.io.DataContainer
clone, extractVerticalDatum, getFullName, getHorizontalDatum, getLatLong, getName, getStoreAsDoubles, getSupplementalInfo, getVerticalDatum, getVerticalUnits, insertVerticalDatum, setFullName, setHorizontalDatum, setLatLong, setName, setStoreAsDoubles, setSupplementalInfo, setVerticalDatum, setVerticalDatum, setVerticalUnits, setVerticalUnits, toString
-
Field Details
-
name
-
url
-
refreshInterval
public double refreshInterval -
showing
public boolean showing -
fade
public boolean fade -
hasFrame
public boolean hasFrame -
xSize
public double xSize -
ySize
public double ySize -
remote
public boolean remote -
bufferedImage
-
modeNames
-
modeUsed
public boolean[] modeUsed
-
-
Constructor Details
-
PhotoViewerInfo
public PhotoViewerInfo() -
PhotoViewerInfo
-
-
Method Details