Gephi Toolkit Javadoc

org.gephi.preview.api.util
Interface HAlign


public interface HAlign

Interface providing methods to render an horizontal alignment for different supports.

Author:
Jérémy Subtil

Method Summary
 java.lang.String toCSS()
          Formats the alignment for a CSS target.
 int toIText()
          Formats the alignment for an iText target.
 int toProcessing()
          Formats the alignment for a Processing target.
 

Method Detail

toProcessing

int toProcessing()
Formats the alignment for a Processing target.

Returns:
the formatted alignment

toCSS

java.lang.String toCSS()
Formats the alignment for a CSS target.

Returns:
the formatted alignment

toIText

int toIText()
Formats the alignment for an iText target.

Returns:
the formatted alignment

Gephi Toolkit Javadoc