Modifier and Type | Method and Description |
---|---|
GfxSize |
TreeDisplaySettings.getLeafLabelLeftPadding() |
GfxSize |
TreeDisplaySettings.getScalePaddingTop() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PhylogeneticTree.getBufferedImageWithMaxWidth(TreeDisplaySettings inDisplaySettings,
GfxSize inMaxWidth) |
TreeDisplaySettings |
TreeDisplaySettings.setLeafLabelLeftPadding(GfxSize inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setScalePaddingTop(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
GfxSize |
PageMargins.getBottom() |
GfxSize |
PageMargins.getLeft() |
GfxSize |
PageMargins.getRight() |
GfxSize |
PageMargins.getTop() |
Modifier and Type | Method and Description |
---|---|
PageMargins |
PageMargins.setBottom(GfxSize inValue) |
PageMargins |
PageMargins.setLeft(GfxSize inValue) |
PageMargins |
PageMargins.setRight(GfxSize inValue) |
PageMargins |
PageMargins.setTop(GfxSize inValue) |
Modifier and Type | Class and Description |
---|---|
class |
EMUs
Graphics size measurement in English metric units (EMUs).
|
class |
GfxSizeImpl
Base class for unit-independent graphic length measurement.
|
class |
Inches
Graphics size measurement in inches.
|
class |
Millimeters
Graphics size measurement in millimeters.
|
class |
Pixels
Representation of a graphic length measurement in pixels.
|
class |
Points
Graphics size measurement in points.
|
class |
Twips
20th of a point graphic length measurement (aka 'dxa').
|
Modifier and Type | Method and Description |
---|---|
GfxSize |
GfxSize.add(GfxSize inValue) |
GfxSize |
GfxSizeImpl.add(GfxSize inValue) |
static GfxSize |
GfxSize.allocate(float inValue,
GfxUnits inUnits)
Function for constructing a GfxSize object.
|
static GfxSize |
GfxSize.allocate(int inValue,
GfxUnits inUnits)
Function for constructing a GfxSize object.
|
static GfxSize |
GfxSize.allocate(String inStringValue)
Convenience allocator that accepts a string with a value followed by units.
|
static GfxSize |
GfxSize.allocate(String inStringValue,
GfxUnits inDefaultUnits)
Function for converting a string representation of a graphics measurement into its appropriate object.
|
GfxSize |
GfxSize2D.getHeight() |
GfxSize |
GfxSize2D.getWidth() |
GfxSize |
GfxPoint.getX() |
GfxSize |
GfxPoint.getY() |
GfxSize |
GfxSize.subtract(GfxSize inValue) |
GfxSize |
GfxSizeImpl.subtract(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
GfxSize |
GfxSize.add(GfxSize inValue) |
GfxSize |
GfxSizeImpl.add(GfxSize inValue) |
default boolean |
GfxSize.greaterThan(GfxSize inValue) |
default boolean |
GfxSize.lessThan(GfxSize inValue) |
GfxSize2D |
GfxSize2D.setHeight(GfxSize inValue) |
GfxSize2D |
GfxSize2D.setWidth(GfxSize inValue) |
GfxPoint |
GfxPoint.setX(GfxSize inValue) |
GfxPoint |
GfxPoint.setY(GfxSize inValue) |
GfxSize |
GfxSize.subtract(GfxSize inValue) |
GfxSize |
GfxSizeImpl.subtract(GfxSize inValue) |
Constructor and Description |
---|
GfxPoint(GfxSize inX,
GfxSize inY) |
Modifier and Type | Method and Description |
---|---|
HistogramSvgSettings |
HistogramSvgSettings.setHeight(GfxSize inValue) |
HistogramSvgSettings |
HistogramSvgSettings.setPadding(GfxSize inValue) |
HistogramSvgSettings |
HistogramSvgSettings.setWidth(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
GfxSize |
SvgGenerationSettings.calculateChartHeight() |
GfxSize |
SvgGenerationSettings.calculateChartWidth() |
GfxSize |
SvgGenerationSettings.calculateXEnd() |
GfxSize |
SvgGenerationSettings.calculateXStart() |
GfxSize |
SvgGenerationSettings.calculateYBottom() |
GfxSize |
SvgGenerationSettings.calculateYTop() |
GfxSize |
SvgGenerationSettings.getHeight() |
GfxSize |
SvgGenerationSettings.getPadding() |
GfxSize |
SvgGenerationSettings.getWidth() |
Modifier and Type | Method and Description |
---|---|
SvgGroup |
SvgGroup.setFontSize(GfxSize inValue) |
SvgSwitch |
SvgSwitch.setFontSize(GfxSize inValue) |
SvgGenerationSettings |
SvgGenerationSettings.setHeight(GfxSize inValue) |
SvgGenerationSettings |
SvgGenerationSettings.setPadding(GfxSize inValue) |
SvgGenerationSettings |
SvgGenerationSettings.setWidth(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
GfxSize |
DataColumn.getWidth() |
Modifier and Type | Method and Description |
---|---|
DataColumn |
DataColumn.setWidth(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
DmlExtents |
DmlExtents.setHeight(GfxSize inValue) |
DmlTransform |
DmlTransform.setHeight(GfxSize inValue) |
DmlTransform |
DmlTransform.setOffsetX(GfxSize inValue) |
DmlTransform |
DmlTransform.setOffsetY(GfxSize inValue) |
DmlExtents |
DmlExtents.setWidth(GfxSize inValue) |
DmlTransform |
DmlTransform.setWidth(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
DmlLine |
DmlLine.setWidth(GfxSize inValue)
Specifies the fill type that should be used for the shape.
|
Modifier and Type | Method and Description |
---|---|
DmlMiterLineJoin |
DmlMiterLineJoin.setLimit(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
GfxSize |
WmlPageMargins.getBottom() |
GfxSize |
WmlPageMargins.getFooter() |
GfxSize |
WmlPageMargins.getGutter() |
GfxSize |
WmlPageMargins.getHeader() |
GfxSize |
WmlPageSize.getHeight() |
GfxSize |
WmlPageMargins.getLeft() |
GfxSize |
WmlTab.getPosition() |
GfxSize |
WmlPageMargins.getRight() |
GfxSize |
WmlPageMargins.getTop() |
GfxSize |
WmlPageSize.getWidth() |
Modifier and Type | Method and Description |
---|---|
WmlTable |
WmlTable.defineColumn(GfxSize inSize) |
WmlTableRowProperties |
WmlTableRowProperties.setAtLeastHeight(GfxSize inValue) |
WmlEffectExtent |
WmlEffectExtent.setBottom(GfxSize inValue)
Specifies the additional extent to add to the bottom of the drawing.
|
WmlPageMargins |
WmlPageMargins.setBottom(GfxSize inValue)
Specifies the distance (in twentieths of a point) between the bottom of the text
margins for the main document and the bottom of the page for all pages in this section.
|
WmlTextRunProperties |
WmlTextRunProperties.setComplexScriptSize(GfxSize inValue)
Specifies a positive measurement of complex script font size.
|
WmlTableRowProperties |
WmlTableRowProperties.setExactHeight(GfxSize inValue) |
WmlPageMargins |
WmlPageMargins.setFooter(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the bottom edge of the page to the bottom edge of the footer.
|
WmlPageMargins |
WmlPageMargins.setGutter(GfxSize inValue)
Specifies the page gutter (the extra space added to the margin, typically to account for binding).
|
WmlPageMargins |
WmlPageMargins.setHeader(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the top edge of the page to the top edge of the header.
|
WmlInline |
WmlInline.setHeight(GfxSize inValue)
Specifies the height of the drawing.
|
WmlPageSize |
WmlPageSize.setHeight(GfxSize inValue) |
WmlEffectExtent |
WmlEffectExtent.setLeft(GfxSize inValue)
Specifies the additional extent to add to the left of the drawing.
|
WmlPageMargins |
WmlPageMargins.setLeft(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the left edge of the page to the left edge of the text.
|
WmlInline |
WmlInline.setMarginBottom(GfxSize inValue)
Specifies the top margin for the drawing.
|
WmlInline |
WmlInline.setMarginLeft(GfxSize inValue)
Specifies the left margin for the drawing.
|
WmlInline |
WmlInline.setMarginRight(GfxSize inValue)
Specifies the right margin for the drawing.
|
WmlInline |
WmlInline.setMarginTop(GfxSize inValue)
Specifies the top margin for the drawing.
|
WmlTab |
WmlTab.setPosition(GfxSize inValue)
Specifies the position of the tab.
|
WmlEffectExtent |
WmlEffectExtent.setRight(GfxSize inValue)
Specifies the additional extent to add to the right of the drawing.
|
WmlPageMargins |
WmlPageMargins.setRight(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the right edge of the page to the right edge of the text.
|
WmlTextRunProperties |
WmlTextRunProperties.setSize(GfxSize inValue)
Specifies a positive measurement of font size.
|
WmlTableProperties |
WmlTableProperties.setTableCellSpacing(GfxSize inValue)
Specifies the spacing between adjacent cells and the edges of the table.
|
WmlTableProperties |
WmlTableProperties.setTableIndent(GfxSize inValue)
Specifies the table indent from the leading margin.
|
WmlEffectExtent |
WmlEffectExtent.setTop(GfxSize inValue)
Specifies the additional extent to add to the top of the drawing.
|
WmlPageMargins |
WmlPageMargins.setTop(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the top edge of the page to the top edge of the text.
|
WmlInline |
WmlInline.setWidth(GfxSize inValue)
Specifies the width of the drawing.
|
WmlPageSize |
WmlPageSize.setWidth(GfxSize inValue) |
WmlTableCellProperties |
WmlTableCellProperties.setWidth(GfxSize inValue) |
WmlTableProperties |
WmlTableProperties.setWidth(GfxSize inValue)
The width of a table.
|
Modifier and Type | Method and Description |
---|---|
WmlSpacing |
WmlSpacing.setAfter(GfxSize inValue)
Specifies the spacing that should be added after the last line in this paragraph
in the document in absolute units.
|
WmlSpacing |
WmlSpacing.setBefore(GfxSize inValue)
Specifies the spacing that should be added above the first line in this paragraph
in the document in absolute units.
|
WmlIndentation |
WmlIndentation.setFirstLine(GfxSize inValue)
Specifies the indentation added to the first line of this paragraph in absolute units.
|
WmlIndentation |
WmlIndentation.setHanging(GfxSize inValue)
Specifies the indentation removed from the first line of this paragraph in absolute units.
|
WmlIndentation |
WmlIndentation.setLeft(GfxSize inValue)
Specifies the left indentation for this paragraph in absolute units.
|
WmlSpacing |
WmlSpacing.setLine(GfxSize inValue)
This attribute specifies the amount of vertical spacing between lines of text within this paragraph.
|
WmlIndentation |
WmlIndentation.setRight(GfxSize inValue)
Specifies the right indentation for this paragraph in absolute units.
|
WmlBorder |
WmlBorder.setSize(GfxSize inValue)
Specifies the width of the border in eighths of a point, with a minimum value
of 1/4 of a point and a maximum value of twelve points.
|
WmlTableBorder |
WmlTableBorder.setSize(GfxSize inValue) |
WmlTableCellBorder |
WmlTableCellBorder.setSize(GfxSize inValue)
Specifies the width of the border in eighths of a point, with a minimum value
of 1/4 of a point and a maximum value of twelve points.
|
WmlTextBorder |
WmlTextBorder.setSize(GfxSize inValue)
Specifies the width of the border in eighths of a point, with a minimum value
of 1/4 of a point and a maximum value of twelve points.
|
WmlBorder |
WmlBorder.setSpace(GfxSize inValue)
The padding (in points) between the text and the border.
|
WmlTextBorder |
WmlTextBorder.setSpace(GfxSize inValue)
The padding between the text and the border.
|
WmlTableCellMargin |
WmlTableCellMargin.setWidth(GfxSize inValue) |
Constructor and Description |
---|
WmlTableCellMargin(GfxSize inWidth) |
WmlTableCellMargin(WmlTableCellMargin.Position inPosition,
GfxSize inWidth) |
Modifier and Type | Method and Description |
---|---|
GfxSize |
SsmlPageMargins.getBottom() |
GfxSize |
SsmlPageMargins.getFooter() |
GfxSize |
SsmlPageMargins.getHeader() |
GfxSize |
SsmlPageMargins.getLeft() |
GfxSize |
SsmlPageMargins.getRight() |
GfxSize |
SsmlPageMargins.getTop() |
Modifier and Type | Method and Description |
---|---|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setBaseColWidth(GfxSize inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlPageMargins |
SsmlPageMargins.setBottom(GfxSize inValue) |
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultColWidth(GfxSize inValue)
Sets the default column width measured as the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultRowHeight(GfxSize inValue)
Sets the default row height.
|
SsmlPageMargins |
SsmlPageMargins.setFooter(GfxSize inValue) |
SsmlPageMargins |
SsmlPageMargins.setHeader(GfxSize inValue) |
SsmlRow |
SsmlRow.setHeight(GfxSize inValue) |
SsmlPageMargins |
SsmlPageMargins.setLeft(GfxSize inValue) |
SsmlPageMargins |
SsmlPageMargins.setRight(GfxSize inValue) |
SsmlPageMargins |
SsmlPageMargins.setTop(GfxSize inValue) |
SsmlCol |
SsmlCol.setWidth(GfxSize inValue)
Column width measured as the number of characters of the maximum digit width
of the numbers 0, 1, 2, …, 9 as rendered in the normal style's font.
|
jataylor@hairyfatguy.com