| java.lang.Object org.jfree.report.layout.LegacyLayoutSupport
LegacyLayoutSupport | public class LegacyLayoutSupport implements LayoutSupport(Code) | | Creation-Date: 08.04.2007, 15:49:03
author: Thomas Morgner |
getHorizontalAlignmentBorder | public float getHorizontalAlignmentBorder()(Code) | | Returns the element alignment. Elements will be layouted aligned to this border, so that mod(X,
horizontalAlignment) == 0 and mod(Y, verticalAlignment) == 0 . Returning 0 will disable the
alignment.
the vertical alignment grid boundry |
getInternalHorizontalAlignmentBorder | public long getInternalHorizontalAlignmentBorder()(Code) | | Returns the element alignment. Elements will be layouted aligned to this border, so that mod(X,
horizontalAlignment) == 0 and mod(Y, verticalAlignment) == 0 . Returning 0 will disable the
alignment.
Q&D Hack: Save some cycles of processor time by computing that thing only once.
the vertical alignment grid boundry |
getInternalVerticalAlignmentBorder | public long getInternalVerticalAlignmentBorder()(Code) | | Returns the element alignment. Elements will be layouted aligned to this border, so that mod(X,
horizontalAlignment) == 0 and mod(Y, verticalAlignment) == 0 . Returning 0 will disable the
alignment.
Q&D Hack: Save some cycles of processor time by computing that thing only once.
the vertical alignment grid boundry |
getVerticalAlignmentBorder | public float getVerticalAlignmentBorder()(Code) | | Returns the element alignment. Elements will be layouted aligned to this border, so that mod(X,
horizontalAlignment) == 0 and mod(Y, verticalAlignment) == 0 . Returning 0 will disable the
alignment.
the vertical alignment grid boundry |
isImageResolutionMappingActive | public boolean isImageResolutionMappingActive()(Code) | | |
|
|