<!-- This is an automatically generated file. -->
<Chapter Label="Chapter_Francy_Renderers">
<Heading>Francy Renderers</Heading>
<C>FrancyRenderer</C> is an object that holds the renderer name to be used by the client to display the graphics.
<P/>
Francy JS allows users to switch between renderers in runtime, but if the renderer is specified in the GAP code,
then the user won't be able to switch between renderers on the client side.
<P/>
This implementation knows only about the official supported renderers: <C>D3</C>, <C>Vis</C> and <C>Graphviz</C>.
Please see Francy-JS for client implementation.
<Section Label="Chapter_Francy_Renderers_Section_Categories">
<Heading>Categories</Heading>
In this section we show all Francy FrancyRenderer Categories.
<ManSection>
<Filt Arg="arg" Name="IsFrancyRenderer" Label="for IsFrancyObject"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Identifies <C>FrancyRenderer</C> objects.
</Description>
</ManSection>
In this section we show all Francy FrancyRenderer Representations.
<ManSection>
<Filt Arg="arg" Name="IsFrancyRendererRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>FrancyRenderer</C> internal representation.
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsFrancyRendererTypeRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>FrancyRendererType</C> internal representation.
</Description>
</ManSection>
In this section we show all Francy FrancyRenderer Operations.
<ManSection>
<Oper Arg="IsFrancyRendererType" Name="FrancyRenderer" Label="for IsFrancyRendererType"/>
<Returns><C>FrancyRenderer</C>
</Returns>
<Description>
Adds an info label with the format "label: value"
<P/>
Examples:
<P/>
Configure <C>FrancyRendererType.VIS</C> as the renderer for a specific canvas:
<#Include Label="Example_Create_Renderer_1">
In this section we show all FrancyRenderer Core Attributes
<ManSection>
<Attr Arg="arg" Name="Value" Label="for IsFrancyRenderer"/>
<Returns><C>IsString</C> with the renderer of the object
</Returns>
<Description>
A value on a <C>FrancyRenderer</C> is used to specify which renderer will be used to draw the graphics on the client.
</Description>
</ManSection>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.