Package org.apache.batik.gvt.flow
Class FlowRegions
- java.lang.Object
-
- org.apache.batik.gvt.flow.FlowRegions
-
public class FlowRegions extends java.lang.ObjectA class to hold flow region information for a given shape.
-
-
Constructor Summary
Constructors Constructor Description FlowRegions(java.awt.Shape s)FlowRegions(java.awt.Shape s, double startY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandone()voidendLine()doublegetCurrentY()doublegetLineHeight()intgetNumRangeOnLine()booleangotoY(double y)booleannewLine()booleannewLine(double lineHeight)booleannewLineAt(double y, double lineHeight)voidnewLineHeight(double lineHeight)double[]nextRange()voidresetRange()voidsortRow(SegmentList sl)
-
-
-
Method Detail
-
getCurrentY
public double getCurrentY()
-
getLineHeight
public double getLineHeight()
-
gotoY
public boolean gotoY(double y)
-
newLineHeight
public void newLineHeight(double lineHeight)
-
getNumRangeOnLine
public int getNumRangeOnLine()
-
resetRange
public void resetRange()
-
nextRange
public double[] nextRange()
-
endLine
public void endLine()
-
newLine
public boolean newLine()
-
newLine
public boolean newLine(double lineHeight)
-
newLineAt
public boolean newLineAt(double y, double lineHeight)
-
done
public boolean done()
-
sortRow
public void sortRow(SegmentList sl)
-
-