public class ViewDetailData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ViewDetailData() |
| Modifier and Type | Method and Description |
|---|---|
JLPoint |
getLocation() |
java.lang.String |
getModel() |
java.lang.String |
getName() |
int |
getSheetNo() |
java.lang.String |
getSimpRep() |
double |
getTextHeight() |
void |
setLocation(JLPoint location) |
void |
setModel(java.lang.String model) |
void |
setName(java.lang.String name) |
void |
setSheetNo(int sheetNo) |
void |
setSimpRep(java.lang.String simpRep) |
void |
setTextHeight(double textHeight) |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The view namepublic int getSheetNo()
public void setSheetNo(int sheetNo)
sheetNo - The sheet number that contains the viewpublic double getTextHeight()
public void setTextHeight(double textHeight)
textHeight - The text height for the viewpublic JLPoint getLocation()
public void setLocation(JLPoint location)
location - The coordinates of the center of the view's bounding boxpublic java.lang.String getModel()
public void setModel(java.lang.String model)
model - The view model namepublic java.lang.String getSimpRep()
public void setSimpRep(java.lang.String simpRep)
simpRep - The view's simplified rep