Uses of Class
org.nihongoresources.flowlayoutplusplus.BetterFlowLayout

Uses of BetterFlowLayout in org.nihongoresources.flowlayoutplusplus
 

Subclasses of BetterFlowLayout in org.nihongoresources.flowlayoutplusplus
 class TestBetterFlowLayout
          This is a test class for the BetterFlowLayout layout manager.
 

Methods in org.nihongoresources.flowlayoutplusplus that return BetterFlowLayout
 BetterFlowLayout BetterFlowLayout.addNewLine()
          Calling this method will make the layout manager add a virtual "newline" to the layout.
 BetterFlowLayout BetterFlowLayout.addNewLine(int gapsize)
          Calling this method will make the layout manager add a virtual "newline" to the layout, with a gap after it of the indicated number of pixels instead of the normal line spacing value
 BetterFlowLayout BetterFlowLayout.setBlockBreakHeight(int blockbreakheight)
          Sets the vertical space to follow a newblock instruction.
 BetterFlowLayout BetterFlowLayout.setHAlign(int halign)
          Set the horizontal alignment for "lines" of components for this layout manager.
 BetterFlowLayout BetterFlowLayout.setLineSpacing(int linespacing)
          Sets the vertical spacing that should follow a newline instruction.
 BetterFlowLayout BetterFlowLayout.setVAlign(int valign)
          Set the vertical alignment inside "lines" of non-uniformly sized components for this layout manager.
 BetterFlowLayout BetterFlowLayout.startNewBlock()
          Calling this method will make the layout manager add a virtual "newline" to the layout, followed by a paragraph break.
 BetterFlowLayout BetterFlowLayout.startNewBlock(int gapsize)
          Calling this method will make the layout manager add a virtual "newline" to the layout, followed by a paragraph break of the indicated number of pixels, rather than the normal block break value.