|
|||||||||
| Home >> All >> com >> trapezium >> [ factory overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.trapezium.factory
Class FileSizeData

java.lang.Objectcom.trapezium.factory.FileSizeData
- class FileSizeData
- extends java.lang.Object
| Field Summary | |
(package private) int |
numberOfLines
|
(package private) int |
polygonCount
|
(package private) long |
sizeInBytes
|
| Constructor Summary | |
FileSizeData()
|
|
| Method Summary | |
int |
getNumberOfLines()
|
int |
getPolygonCount()
|
long |
getSizeInBytes()
|
void |
setNumberOfLines(int n)
|
void |
setPolygonCount(int n)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
numberOfLines
int numberOfLines
sizeInBytes
long sizeInBytes
polygonCount
int polygonCount
| Constructor Detail |
FileSizeData
public FileSizeData()
| Method Detail |
setNumberOfLines
public void setNumberOfLines(int n)
getNumberOfLines
public int getNumberOfLines()
getSizeInBytes
public long getSizeInBytes()
setPolygonCount
public void setPolygonCount(int n)
getPolygonCount
public int getPolygonCount()
|
|||||||||
| Home >> All >> com >> trapezium >> [ factory overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.trapezium.factory.FileSizeData