Codota Logo
SpiderWebPlot.getInteriorGap
Code IndexAdd Codota to your IDE (free)

How to use
getInteriorGap
method
in
org.jfree.chart.plot.SpiderWebPlot

Best Java code snippets using org.jfree.chart.plot.SpiderWebPlot.getInteriorGap (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: jfree/jfreechart

double gapHorizontal = area.getWidth() * getInteriorGap();
double gapVertical = area.getHeight() * getInteriorGap();
origin: org.codehaus.jtstand/jtstand-chart

double gapHorizontal = area.getWidth() * getInteriorGap();
double gapVertical = area.getHeight() * getInteriorGap();
org.jfree.chart.plotSpiderWebPlotgetInteriorGap

Javadoc

Returns the interior gap, measured as a percentage of the available drawing space.

Popular methods of SpiderWebPlot

  • setLabelFont
    Sets the series label font and sends a PlotChangeEvent to all registered listeners.
  • calculateLabelLocation
    Returns the location for a label
  • calculateMaxValue
    loop through each of the series to get the maximum value on each category axis
  • datasetChanged
  • drawBackground
  • drawLabel
    Draws the label for one axis.
  • drawNoDataMessage
  • drawOutline
  • drawRadarPoly
    Draws a radar plot polygon.
  • fireChangeEvent
  • getDataset
    Returns the dataset.
  • getDirection
    Returns the direction in which the radar axes are drawn (clockwise or anti-clockwise).
  • getDataset,
  • getDirection,
  • getDrawingSupplier,
  • getForegroundAlpha,
  • getInsets,
  • getLabelFont,
  • getLabelPaint,
  • getLegendItemShape,
  • getPlotValue

Popular in Java

  • Reading from database using SQL prepared statement
  • getContentResolver (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getExternalFilesDir (Context)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • TreeMap (java.util)
    A Red-Black tree based NavigableMap implementation. The map is sorted according to the Comparable of
  • Vector (java.util)
    The Vector class implements a growable array of objects. Like an array, it contains components that
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now