Uses of Class
org.gephi.preview.api.CanvasSize
-
Packages that use CanvasSize Package Description org.gephi.preview.api API for Preview rendering.org.gephi.preview.spi Interfaces for creating new renderers, item builders and render targets. -
-
Uses of CanvasSize in org.gephi.preview.api
Methods in org.gephi.preview.api that return CanvasSize Modifier and Type Method Description CanvasSize
PreviewModel. getGraphicsCanvasSize()
Computes the graphics canvas size. -
Uses of CanvasSize in org.gephi.preview.spi
Methods in org.gephi.preview.spi that return CanvasSize Modifier and Type Method Description CanvasSize
Renderer. getCanvasSize(Item item, PreviewProperties properties)
Compute the canvas size of the item to render.
-