Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.view
Class ImageFormatView  view ImageFormatView download ImageFormatView.java

java.lang.Object
  extended bynectar.view.RecordView
      extended bynectar.view.ImageFormatView
All Implemented Interfaces:
java.io.Serializable

public class ImageFormatView
extends RecordView


Field Summary
 
Fields inherited from class nectar.view.RecordView
locale, preferences, record
 
Constructor Summary
ImageFormatView(nectar.record.ImageFormatRecord record)
          Creates a new instance of ImageFormatView
 
Method Summary
 java.lang.String getFormat()
           
 java.lang.String getHeight()
           
 java.lang.String getUrl()
           
 java.lang.String getWidth()
           
 
Methods inherited from class nectar.view.RecordView
durationToString, getCreatedBy, getCreatedDate, getCreatedDateAgo, getCreatedDay, getCreatedDayShort, getCreatedTime, getId, getModifiedDate, getModifiedDateAgo, getModifiedDay, getModifiedTime, getOwner, getRecord, setLocale, setPreferences, setRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFormatView

public ImageFormatView(nectar.record.ImageFormatRecord record)
Creates a new instance of ImageFormatView

Method Detail

getUrl

public java.lang.String getUrl()

getFormat

public java.lang.String getFormat()

getWidth

public java.lang.String getWidth()

getHeight

public java.lang.String getHeight()