|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.job.model.ReportSnapshot
public class ReportSnapshot
| Constructor Summary | |
|---|---|
ReportSnapshot()
|
|
| Method Summary | |
|---|---|
double |
getCenterX()
Gets the value of centerX |
double |
getCenterY()
Gets the value of centerY |
double |
getHeight()
Gets the value of height |
java.lang.String |
getLegend()
Gets the value of legend |
java.util.ArrayList |
getLocations()
Gets the value of locations |
double |
getRotation()
Gets the value of rotation |
double |
getScale()
Gets the value of scale |
Cog |
getState()
|
double |
getWidth()
Gets the value of width |
void |
setCenterX(double argCenterX)
Sets the value of centerX |
void |
setCenterY(double argCenterY)
Sets the value of centerY |
void |
setHeight(double argHeight)
Sets the value of height |
void |
setLegend(java.lang.String argLegend)
Sets the value of legend |
void |
setLocations(java.util.ArrayList argLocations)
Sets the value of locations |
void |
setRotation(double argRotation)
Sets the value of rotation |
void |
setScale(double argScale)
Sets the value of scale |
void |
setState(Cog state)
|
void |
setWidth(double argWidth)
Sets the value of width |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportSnapshot()
| Method Detail |
|---|
public Cog getState()
getState in interface Coggablepublic void setState(Cog state)
setState in interface Coggablepublic java.lang.String getLegend()
public void setLegend(java.lang.String argLegend)
argLegend - Value to assign to this.legendpublic double getCenterX()
public void setCenterX(double argCenterX)
argCenterX - Value to assign to this.centerXpublic double getCenterY()
public void setCenterY(double argCenterY)
argCenterY - Value to assign to this.centerYpublic double getScale()
public void setScale(double argScale)
argScale - Value to assign to this.scalepublic double getWidth()
public void setWidth(double argWidth)
argWidth - Value to assign to this.widthpublic double getHeight()
public void setHeight(double argHeight)
argHeight - Value to assign to this.heightpublic double getRotation()
public void setRotation(double argRotation)
argRotation - Value to assign to this.rotationpublic java.util.ArrayList getLocations()
public void setLocations(java.util.ArrayList argLocations)
argLocations - Value to assign to this.locations
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||