Uses of Class
ai.stapi.graph.renderer.infrastructure.apiRenderer.attributes.ApiAttributesRenderer
Packages that use ApiAttributesRenderer
Package
Description
-
Uses of ApiAttributesRenderer in ai.stapi.graph.configuration.renderer
Methods in ai.stapi.graph.configuration.renderer that return ApiAttributesRendererModifier and TypeMethodDescriptionApiRendererConfiguration.apiAttributesRenderer(ApiAttributeVersionsRenderer apiAttributeVersionsRenderer) Methods in ai.stapi.graph.configuration.renderer with parameters of type ApiAttributesRendererModifier and TypeMethodDescriptionApiRendererConfiguration.apiCompactNodeRenderer(ApiAttributesRenderer apiAttributesRenderer, ApiNodePrimaryNameFactory apiNodePrimaryNameFactory) ApiRendererConfiguration.apiEdgeRenderer(ApiCompactNodeRenderer apiCompactNodeRenderer, ApiAttributesRenderer apiAttributesRenderer) ApiRendererConfiguration.apiNodeRenderer(ApiAttributesRenderer apiAttributesRenderer, ApiEdgeRenderer apiEdgeRenderer, ApiNodePrimaryNameFactory apiNodePrimaryNameFactory) -
Uses of ApiAttributesRenderer in ai.stapi.graph.renderer.infrastructure.apiRenderer.edge
Constructors in ai.stapi.graph.renderer.infrastructure.apiRenderer.edge with parameters of type ApiAttributesRendererModifierConstructorDescriptionApiEdgeRenderer(ApiCompactNodeRenderer apiCompactNodeRenderer, ApiAttributesRenderer apiAttributesRenderer) -
Uses of ApiAttributesRenderer in ai.stapi.graph.renderer.infrastructure.apiRenderer.node
Constructors in ai.stapi.graph.renderer.infrastructure.apiRenderer.node with parameters of type ApiAttributesRendererModifierConstructorDescriptionApiCompactNodeRenderer(ApiAttributesRenderer apiAttributesRenderer, ApiNodePrimaryNameFactory apiNodePrimaryNameFactory) ApiNodeRenderer(ApiAttributesRenderer apiAttributesRenderer, ApiEdgeRenderer apiEdgeRenderer, ApiNodePrimaryNameFactory apiNodePrimaryNameFactory)