|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.io.exporter.preview.util.SupportSize
public class SupportSize
Implementation of the size of an export support.
Constructor Summary | |
---|---|
SupportSize(int width,
int height,
LengthUnit lengthUnit)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getHeight()
Returns the support's height. |
java.lang.Integer |
getHeightInt()
|
java.lang.String |
getWidth()
Returns the support's width. |
java.lang.Integer |
getWidthInt()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportSize(int width, int height, LengthUnit lengthUnit)
width
- the support's widthheight
- the support's heightlengthUnit
- the lenght unitMethod Detail |
---|
public java.lang.Integer getWidthInt()
public java.lang.Integer getHeightInt()
public java.lang.String getWidth()
public java.lang.String getHeight()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |