package com.googlecode.gchart.gcharttestapp.client; import com.googlecode.gchart.client.GChart; /** Tests the HBAR_BASELINE_* and VBAR_BASELINE_* symbol types*/ public class TestGChart16 extends GChart { TestGChart16(int id, int borderWidth) { super(600,400); GChart.SymbolType[] symbolTypes = { GChart.SymbolType.HBAR_BASELINE_NORTH, GChart.SymbolType.HBAR_BASELINE_CENTER, GChart.SymbolType.HBAR_BASELINE_SOUTH, GChart.SymbolType.VBAR_BASELINE_WEST, GChart.SymbolType.VBAR_BASELINE_CENTER, GChart.SymbolType.VBAR_BASELINE_EAST, }; AnnotationLocation[] locations = { AnnotationLocation.CENTER, AnnotationLocation.CLOSEST_TO_VERTICAL_BASELINE, AnnotationLocation.FARTHEST_FROM_VERTICAL_BASELINE, AnnotationLocation.CENTER, AnnotationLocation.CLOSEST_TO_HORIZONTAL_BASELINE, AnnotationLocation.FARTHEST_FROM_HORIZONTAL_BASELINE, }; String[] locationStr = { "center", "closest", "farthest", "center", "closest", "farthest", }; String[] checks = { "HBAR_BASELINE_NORTH", "HBAR_BASELINE_CENTER", "HBAR_BASELINE_SOUTH", "VBAR_BASELINE_WEST", "VBAR_BASELINE_CENTER", "VBAR_BASELINE_EAST", }; setChartTitle("