Child pages
  • JSImage

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSImage
Table Cell (td)
#flip(type)
Flips the image verticaly (type param=0) or horizontaly (type param=1).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getContentType()
Gets the contenttype (image/jpeg) of this image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
#getData()
Gets the bytes of this image, so that they can be saved to disk or stored the database.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getHeight()
Gets the height of this image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getMetaDataDescription()
Gets the description of a metadata property from the image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#getMetaDataObject()
Gets the real object of a metadata property from the image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
#getMetaDataProperties()
Gets the available metadata properties from the image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWidth()
Gets the width of this image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSImage
Table Cell (td)
#resize(width, height)
Resizes the image to the width/height given, keeping aspect ratio.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSImage
Table Cell (td)
#rotate(degrees)
Rotates the image the number of degrees that is given.

...