Class ImagePreview
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.Preview
com.priint.pubserver.comet.bridge.entitydata.ImagePreview
- All Implemented Interfaces:
Serializable
The type Image preview.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
Preview.ButtonState, Preview.PreviewAttribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets button state.Gets content.Gets description.intGets image color depth.Gets image format.intGets image height.Gets image path.intGets image resolution.intGets image width.voidsetButtonState(Preview.ButtonState buttonState) Sets button state.voidsetContent(String content) Sets content.voidsetDescription(String description) Sets description.voidsetImageColorDepth(int imageColorDepth) Sets image color depth.voidsetImageFormat(String imageformat) Sets image format.voidsetImageHeight(int imageHeight) Sets image height.voidsetImagePath(String imagepath) Sets image path.voidsetImageResolution(int imageResolution) Sets image resolution.voidsetImageWidth(int imageWidth) Sets image width.Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
fromCode, getAttributes, getId, getId2, getId3, getLinkScript, getName, getStringId, setId, setId2, setId3, setLinkScript, setName, setStringIdMethods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Constructor Details
-
ImagePreview
public ImagePreview()
-
-
Method Details
-
getImagePath
Gets image path.- Returns:
- the image path
-
setImagePath
Sets image path.- Parameters:
imagepath- the imagepath
-
getImageFormat
Gets image format.- Returns:
- the image format
-
setImageFormat
Sets image format.- Parameters:
imageformat- the imageformat
-
getImageWidth
public int getImageWidth()Gets image width.- Returns:
- the image width
-
setImageWidth
public void setImageWidth(int imageWidth) Sets image width.- Parameters:
imageWidth- the image width
-
getImageHeight
public int getImageHeight()Gets image height.- Returns:
- the image height
-
setImageHeight
public void setImageHeight(int imageHeight) Sets image height.- Parameters:
imageHeight- the image height
-
getImageResolution
public int getImageResolution()Gets image resolution.- Returns:
- the image resolution
-
setImageResolution
public void setImageResolution(int imageResolution) Sets image resolution.- Parameters:
imageResolution- the image resolution
-
getImageColorDepth
public int getImageColorDepth()Gets image color depth.- Returns:
- the image color depth
-
setImageColorDepth
public void setImageColorDepth(int imageColorDepth) Sets image color depth.- Parameters:
imageColorDepth- the image color depth
-
getButtonState
Gets button state.- Returns:
- the button state
-
setButtonState
Sets button state.- Parameters:
buttonState- the button state
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the description
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-