All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.highcharts.object.mock.MockRenderer Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

package com.github.highcharts4gwt.model.highcharts.object.mock;

import com.github.highcharts4gwt.model.highcharts.object.api.Renderer;


/**
 * 

Allows direct access to the Highcharts rendering layer in order to draw primitive shapes like circles, rectangles,paths or text directly on a chart, or independent from any chart. The Renderer represents a wrapper object for SVGin modern browsers and VML in IE < 8.

An existing chart's renderer can be accessed through chart.renderer. To create a renderer independent from a chart, use var renderer = new Highcharts.Renderer(parentNode, width, height); where parentNode is the HTML element where you want to add it.

The Renderer's methods are chained wherever possible, so you can initiate an element then call for example attr and css and add on that element in one statement.

* */ public class MockRenderer implements Renderer { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy