Gephi Toolkit Javadoc

org.gephi.preview.api
Interface GraphSheet


public interface GraphSheet

Interface of a preview graph sheet.

Author:
Jérémy Subtil

Method Summary
 Point getBottomRightPosition()
          Returns the bottom right position of the graph sheet.
 Graph getGraph()
          Returns the preview graph.
 java.lang.Float getHeight()
          Returns the sheet's height.
 Point getTopLeftPosition()
          Returns the top left position of the graph sheet.
 java.lang.Float getWidth()
          Returns the sheet's width.
 void setMargin(float value)
          Defines the sheet's margin.
 

Method Detail

getGraph

Graph getGraph()
Returns the preview graph.

Returns:
the preview graph

getTopLeftPosition

Point getTopLeftPosition()
Returns the top left position of the graph sheet.

Returns:
the top left position of the graph sheet

getBottomRightPosition

Point getBottomRightPosition()
Returns the bottom right position of the graph sheet.

Returns:
the bottom right position of the graph sheet

getWidth

java.lang.Float getWidth()
Returns the sheet's width.

Returns:
the sheet's width

getHeight

java.lang.Float getHeight()
Returns the sheet's height.

Returns:
the sheet's height

setMargin

void setMargin(float value)
Defines the sheet's margin.

Parameters:
value - the value of the sheet's margin

Gephi Toolkit Javadoc