|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
com.neatech.climbplan.userinterface.models.ReportModel
public class ReportModel
Field Summary | |
---|---|
private List<gov.nasa.worldwind.geom.Position> |
currentPath
|
private String |
name
|
private com.lowagie.text.Image |
pdf_image
|
private TeamModel |
teamModel
|
Constructor Summary | |
---|---|
ReportModel(String name,
BufferedImage image,
TeamModel team,
List<gov.nasa.worldwind.geom.Position> curPath)
|
Method Summary | |
---|---|
List<gov.nasa.worldwind.geom.Position> |
getCurrentPathPoints()
|
String |
getName()
|
TeamModel |
getTeamModel()
|
void |
report(String str,
String fileName)
|
void |
setName(String setName)
|
String |
toString()
|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String name
private com.lowagie.text.Image pdf_image
private TeamModel teamModel
private List<gov.nasa.worldwind.geom.Position> currentPath
Constructor Detail |
---|
public ReportModel(String name, BufferedImage image, TeamModel team, List<gov.nasa.worldwind.geom.Position> curPath)
Method Detail |
---|
public void report(String str, String fileName)
public String getName()
public void setName(String setName)
public TeamModel getTeamModel()
public List<gov.nasa.worldwind.geom.Position> getCurrentPathPoints()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |