Child pages
  • JSImage

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
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 Row (tr)
Table Cell (td)
String
Table Cell (td)
getContentType()
Gets the contenttype (image/jpeg) of this image.
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 Row (tr)
Table Cell (td)
Number
Table Cell (td)
getHeight()
Gets the height of this image.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getMetaDataDescription(property)
Gets the description of a metadata property from the image.
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
getMetaDataObject(property)
Gets the real object of a metadata property from the image.
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
getMetaDataProperties()
Gets the available metadata properties from the image.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getWidth()
Gets the width of this image.
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 Row (tr)
Table Cell (td)
JSImage
Table Cell (td)
rotate(degrees)
Rotates the image the number of degrees that is given.

...