sink.table_();
}
private int[] getJustification()
{
final AbstractFatherBlock b = ( (AbstractFatherBlock) getBlocks().get( 0 ) );
int[] justification = new int[b.getBlocks().size()];
for ( int i = 0; i < justification.length; i++ )
{
justification[i] = Sink.JUSTIFY_CENTER;
}