com.partnersoft.job.model
Class ReportSnapshot

java.lang.Object
  extended by com.partnersoft.job.model.ReportSnapshot
All Implemented Interfaces:
Coggable

public class ReportSnapshot
extends java.lang.Object
implements Coggable

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

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

ReportSnapshot

public ReportSnapshot()
Method Detail

getState

public Cog getState()
Specified by:
getState in interface Coggable

setState

public void setState(Cog state)
Specified by:
setState in interface Coggable

getLegend

public java.lang.String getLegend()
Gets the value of legend

Returns:
the value of legend

setLegend

public void setLegend(java.lang.String argLegend)
Sets the value of legend

Parameters:
argLegend - Value to assign to this.legend

getCenterX

public double getCenterX()
Gets the value of centerX

Returns:
the value of centerX

setCenterX

public void setCenterX(double argCenterX)
Sets the value of centerX

Parameters:
argCenterX - Value to assign to this.centerX

getCenterY

public double getCenterY()
Gets the value of centerY

Returns:
the value of centerY

setCenterY

public void setCenterY(double argCenterY)
Sets the value of centerY

Parameters:
argCenterY - Value to assign to this.centerY

getScale

public double getScale()
Gets the value of scale

Returns:
the value of scale

setScale

public void setScale(double argScale)
Sets the value of scale

Parameters:
argScale - Value to assign to this.scale

getWidth

public double getWidth()
Gets the value of width

Returns:
the value of width

setWidth

public void setWidth(double argWidth)
Sets the value of width

Parameters:
argWidth - Value to assign to this.width

getHeight

public double getHeight()
Gets the value of height

Returns:
the value of height

setHeight

public void setHeight(double argHeight)
Sets the value of height

Parameters:
argHeight - Value to assign to this.height

getRotation

public double getRotation()
Gets the value of rotation

Returns:
the value of rotation

setRotation

public void setRotation(double argRotation)
Sets the value of rotation

Parameters:
argRotation - Value to assign to this.rotation

getLocations

public java.util.ArrayList getLocations()
Gets the value of locations

Returns:
the value of locations

setLocations

public void setLocations(java.util.ArrayList argLocations)
Sets the value of locations

Parameters:
argLocations - Value to assign to this.locations