public static class SVGRenderTargetBuilder.SupportSize extends Object
| Modifier and Type | Field and Description |
|---|---|
private float |
height |
private SVGRenderTargetBuilder.LengthUnit |
lengthUnit |
private float |
width |
| Constructor and Description |
|---|
SVGRenderTargetBuilder.SupportSize(float width,
float height,
SVGRenderTargetBuilder.LengthUnit lengthUnit)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHeight()
Returns the support's height.
|
float |
getHeightFloat() |
String |
getWidth()
Returns the support's width.
|
float |
getWidthFloat() |
private final float width
private final float height
private final SVGRenderTargetBuilder.LengthUnit lengthUnit
public SVGRenderTargetBuilder.SupportSize(float width,
float height,
SVGRenderTargetBuilder.LengthUnit lengthUnit)
width - the support's widthheight - the support's heightlengthUnit - the lenght unitCopyright © 2007–2016 Gephi Consortium. All rights reserved.