Ontimize 5.2072EN

com.ontimize.report
Interface ReportDesigner.ReportImageProperty

All Known Implementing Classes:
ReportDesigner.ReportImage, ReportDesigner.ReportImagenField
Enclosing interface:
ReportDesigner

public static interface ReportDesigner.ReportImageProperty


Method Summary
 boolean getKeepAspectRatio()
           
 boolean getScale()
           
 void setKeepAspectRatio(boolean s)
           
 void setScale(boolean s)
           
 

Method Detail

setScale

public void setScale(boolean s)

getScale

public boolean getScale()

setKeepAspectRatio

public void setKeepAspectRatio(boolean s)

getKeepAspectRatio

public boolean getKeepAspectRatio()

Ontimize