|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Renderer | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.label | Contains classes used by the CompositeLabel. |
| com.tensegrity.composite.util | |
| com.tensegrity.graph.view.image | |
| com.tensegrity.graphics.interaction | Contains classes and interfaces for handling graphic interactions. |
| com.tensegrity.graphics.render | Contains classes that are used to define the rendering data used to render the graphical objects onto a device. |
| com.tensegrity.gui.printing | |
| com.tensegrity.gui.swing.graph |
The graph package contains the two panels required for the SwingGraphDocument,
a NavigatorPanel and several components for the inplace editing supported by the
SwingGraphPanel.
|
| com.tensegrity.gui.swing.repository | The repository package contains classes for the creation of a repository control. |
| com.tensegrity.gui.swt.graph | |
| com.tensegrity.gui.swt.repository | |
| Uses of Renderer in com.tensegrity.composite |
| Methods in com.tensegrity.composite with parameters of type Renderer | |
void |
CompositeView.draw(Renderer renderer,
Device device,
Transform2D xform_context)
Draws the Primitives and Composites added to
the CompositeView with the Renderer given by
renderer onto the Device given by
device. |
void |
CompositeView.draw(Renderer renderer,
Device device,
Transform2D xform_context,
int drawflags)
Draws the Primitives and Composites added to
the CompositeView with the Renderer
given by renderer onto the Device given by
device. |
void |
CompositeView.print(Renderer renderer,
Device device,
Transform2D xform_context,
BoundingBox bbox,
int drawFlags)
This method can be used to print the content of this CompositeView on a printing device. |
void |
CompositeLabelRepresentation.draw(Renderer renderer,
Device device,
Transform2D xform_composite)
Does the actual drawing of this molding. |
void |
CompositeNavigator.draw(Renderer renderer,
Device device,
Transform2D xform_context)
Draws the content provided by the current CompositeNavigatorProvider
with the specified Renderer onto the specified Device. |
void |
CompositeViewGrid.draw(Renderer renderer,
Device device)
Draws the grid using the given renderer and device |
void |
BaseComposite.draw(Renderer renderer,
Device device,
Transform2D xform_context)
This method is called from the context the BaseComposite
lies within. |
void |
BaseComposite.draw(Renderer renderer,
Device device,
int bBoxLeft,
int bBoxTop,
int bBoxRight,
int bBoxBottom)
This method is called from outside when it is not possible to create a transformation for the context the BaseComposite lies within
(This occurs for instance when using a coordinate system, that is not
able to create a linear transformation).
|
void |
BaseComposite.drawComposite(Renderer renderer,
Device device,
Transform2D xform_composite)
This method is called from BaseComposite.draw(Renderer, Device, Transform2D) or from
BaseComposite.draw(Renderer, Device, int, int, int, int).
|
| Uses of Renderer in com.tensegrity.composite.label |
| Methods in com.tensegrity.composite.label with parameters of type Renderer | |
void |
CompositeLabelRectangle.draw(Renderer renderer,
Device device,
Transform2D xform_composite)
|
void |
CompositeLabelEllipse.draw(Renderer renderer,
Device device,
Transform2D xform_composite)
|
| Uses of Renderer in com.tensegrity.composite.util |
| Methods in com.tensegrity.composite.util with parameters of type Renderer | |
void |
RepaintBuffer.drawIntoBuffer(Renderer renderer,
CompositeView compositeview,
int drawflags)
Draws the specified items from the given CompositeView into the
buffer. |
void |
RamRepaintBuffer.drawIntoBuffer(Renderer renderer,
CompositeView compositeview,
int drawflags)
|
| Uses of Renderer in com.tensegrity.graph.view.image |
| Methods in com.tensegrity.graph.view.image that return Renderer | |
Renderer |
ImageExportConfiguration.getRenderer()
Returns the renderer that will be used for rendering the image |
| Methods in com.tensegrity.graph.view.image with parameters of type Renderer | |
void |
ImageExportConfiguration.setRenderer(Renderer renderer)
Sets the renderer that will be used for rendering the image |
| Uses of Renderer in com.tensegrity.graphics.interaction |
| Methods in com.tensegrity.graphics.interaction with parameters of type Renderer | |
void |
InteractionContext.paint(Renderer renderer,
Device device,
Transform2D xform_context)
This method has to be called from the objects that holds an instance of InteractionContext to paint the current selection. |
void |
DefaultInteractionContext.paint(Renderer renderer,
Device device,
Transform2D xform_context)
|
| Uses of Renderer in com.tensegrity.graphics.render |
| Subinterfaces of Renderer in com.tensegrity.graphics.render | |
interface |
RendererChain
Interface RendererChain defines a component which concatenates
two Renderer objects. |
| Classes in com.tensegrity.graphics.render that implement Renderer | |
class |
DefaultRenderer
The DefaultRenderer class is the default implementation of
the Renderer interface.
|
class |
DefaultRendererChain
... |
class |
DefaultRendererMono
The DefaultRendererMono class is an implementation of the
Renderer interface that renders the primitives monochrome. |
class |
DefaultRendererWireFrame
The DefaultRendererWireFrame class is an implementation of the
Renderer interface that renders the primitives in a wireframe. |
class |
DefaultRendererXOR
The DefaultRendererMono class is an implementation of the
Renderer interface that renders the primitives in xor style. |
| Methods in com.tensegrity.graphics.render that return Renderer | |
Renderer |
RendererChain.getSourceRenderer()
Returns the actual source Renderer of this
RendererChain. |
Renderer |
RendererChain.getTargetRenderer()
Returns the actual target Renderer of this
RendererChain. |
Renderer |
DefaultRendererChain.getSourceRenderer()
|
Renderer |
DefaultRendererChain.getTargetRenderer()
|
| Methods in com.tensegrity.graphics.render with parameters of type Renderer | |
void |
RendererChain.setSourceRenderer(Renderer renderer)
Sets the source Renderer of this RendererChain
to the Renderer given by renderer. |
void |
RendererChain.setTargetRenderer(Renderer renderer)
Sets the target Renderer of this RendererChain
to the Renderer given by renderer. |
void |
DefaultRendererChain.setSourceRenderer(Renderer renderer)
|
void |
DefaultRendererChain.setTargetRenderer(Renderer renderer)
|
| Uses of Renderer in com.tensegrity.gui.printing |
| Methods in com.tensegrity.gui.printing that return Renderer | |
static Renderer |
PrintUtil.getRenderer(BasePageFormat cpf,
double aViewscaleX,
double aViewscaleY)
Method getRenderer returns the renderer according to the parameter PageFormat quality setting. |
| Uses of Renderer in com.tensegrity.gui.swing.graph |
| Methods in com.tensegrity.gui.swing.graph with parameters of type Renderer | |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.renderToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets insets)
Create an image of the panel's contents with the given size. |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.renderToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets insets,
boolean preserveRatio)
Create an image of the panel's contents with the given size. |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.renderToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets insets,
boolean preserveRatio,
boolean forceSize,
boolean centerImage)
Create an image of the panel's contents with the given size. |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.renderToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets insets,
boolean preserveRatio,
boolean forceSize,
boolean centerImage,
Transform2D transform)
Create an image of the panel's contents with the given size. |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.renderToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets insets,
boolean preserveRatio,
boolean forceSize,
boolean centerImage,
Transform2D transform,
java.awt.Color bgColor)
Create an image of the panel's contents with the given size. |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.renderToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets insets,
boolean preserveRatio,
boolean forceSize,
boolean centerImage,
Transform2D transform,
java.awt.Color bgColor,
boolean antiAlias)
Create an image of the panel's contents with the given size. |
static java.awt.image.BufferedImage |
VisualGraphImageUtil.exportToImage(VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
java.awt.Insets ins,
java.awt.Color bgColor)
Exports the given VisualGraphView to an image. |
| Uses of Renderer in com.tensegrity.gui.swing.repository |
| Methods in com.tensegrity.gui.swing.repository that return Renderer | |
Renderer |
VisualGraphObjectIcon.getRenderer()
Returns the renderer that is used to draw the icon |
| Methods in com.tensegrity.gui.swing.repository with parameters of type Renderer | |
void |
VisualGraphObjectIcon.setRenderer(Renderer renderer)
Sets the renderer that should be used to draw the icon |
| Uses of Renderer in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph with parameters of type Renderer | |
static org.eclipse.swt.graphics.Image |
VisualGraphImageUtil.renderToImage(org.eclipse.swt.graphics.Device swtDevice,
VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
Boundary insets)
Create an image of the panel's contents with the given size. |
static org.eclipse.swt.graphics.Image |
VisualGraphImageUtil.renderToImage(org.eclipse.swt.graphics.Device swtDevice,
VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
Boundary insets,
boolean preserveRatio)
Create an image of the panel's contents with the given size. |
static org.eclipse.swt.graphics.Image |
VisualGraphImageUtil.renderToImage(org.eclipse.swt.graphics.Device swtDevice,
VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
Boundary insets,
boolean preserveRatio,
boolean forceSize,
boolean centerImage,
Transform2D transform)
Create an image of the panel's contents with the given size. |
static org.eclipse.swt.graphics.Image |
VisualGraphImageUtil.renderToImage(org.eclipse.swt.graphics.Device swtDevice,
VisualGraphView visualgraphview,
int width,
int height,
Renderer gfxRenderer,
Boundary insets,
boolean preserveRatio,
boolean forceSize,
boolean centerImage,
Transform2D transform,
int bgColor)
Create an image of the panel's contents with the given size. |
static org.eclipse.swt.graphics.Image |
VisualGraphImageUtil.exportToImage(org.eclipse.swt.graphics.Device swtDevice,
VisualGraphView visualgraphview,
int w,
int h,
Renderer gfxRenderer,
Boundary ins,
int bgColor)
Creates and returns an of the passed
with the specified size.
|
| Uses of Renderer in com.tensegrity.gui.swt.repository |
| Methods in com.tensegrity.gui.swt.repository that return Renderer | |
Renderer |
VisualGraphObjectSwtIcon.getRenderer()
Returns the renderer that is used to draw the icon |
| Methods in com.tensegrity.gui.swt.repository with parameters of type Renderer | |
void |
VisualGraphObjectSwtIcon.setRenderer(Renderer renderer)
Sets the renderer that should be used to draw the icon |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||