| Package | Description |
|---|---|
| org.gephi.preview | |
| org.gephi.preview.api |
API for Preview rendering.
|
| org.gephi.preview.spi |
Interfaces for creating new renderers, item builders and render targets.
|
| Modifier and Type | Method and Description |
|---|---|
CanvasSize |
PreviewModelImpl.getGraphicsCanvasSize() |
private CanvasSize |
G2DRenderTargetBuilder.G2DGraphics.getSheetCanvasSize(PreviewModel m) |
| Modifier and Type | Method and Description |
|---|---|
private float |
G2DRenderTargetBuilder.G2DGraphics.computeDefaultScaling(CanvasSize cs) |
private void |
G2DRenderTargetBuilder.G2DGraphics.fit(CanvasSize cs) |
| Constructor and Description |
|---|
PDFRenderTargetBuilder.PDFRenderTargetImpl(com.itextpdf.text.pdf.PdfContentByte cb,
CanvasSize cs,
com.itextpdf.text.Rectangle size,
float marginLeft,
float marginRight,
float marginTop,
float marginBottom,
boolean landscape) |
SVGRenderTargetBuilder.SVGRenderTargetImpl(CanvasSize cs,
boolean scaleStrokes) |
| Modifier and Type | Method and Description |
|---|---|
CanvasSize |
PreviewModel.getGraphicsCanvasSize()
Computes the graphics canvas size.
|
| Modifier and Type | Method and Description |
|---|---|
CanvasSize |
Renderer.getCanvasSize(Item item,
PreviewProperties properties)
Compute the canvas size of the item to render.
|
Copyright © 2007–2016 Gephi Consortium. All rights reserved.