Tabnine Logo
org.jfree.chart.entity
Code IndexAdd Tabnine to your IDE (free)

How to use org.jfree.chart.entity

Best Java code snippets using org.jfree.chart.entity (Showing top 20 results out of 315)

origin: jenkinsci/jenkins

String tooltip = getCategoryLabelToolTip(
    tick.getCategory());
entities.add(new CategoryLabelEntity(tick.getCategory(),
    bounds, tooltip, null));
origin: jfree/jfreechart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
@Override
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: jasperreports/jasperreports

protected Dataset getEntityDataset(ChartEntity entity)
{
  Dataset dataset = null;
  if (entity instanceof CategoryItemEntity)
  {
    dataset = ((CategoryItemEntity) entity).getDataset();
  }
  else if (entity instanceof XYItemEntity)
  {
    dataset = ((XYItemEntity) entity).getDataset();
  }
  return dataset;
}
origin: jfree/jfreechart

/**
 * Returns a string representation of this instance, useful for debugging
 * purposes.
 *
 * @return A string.
 */
@Override
public String toString() {
  return "XYItemEntity: series = " + getSeriesIndex() + ", item = "
    + getItem() + ", dataset = " + getDataset();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Constructs a new ChartRenderingInfo structure that can be used to
 * collect information about the dimensions of a rendered chart.
 */
public ChartRenderingInfo() {
  this(new StandardEntityCollection());
}
origin: jfree/jfreechart

/**
 * Returns the shape coordinates as a string.
 *
 * @return The shape coordinates (never {@code null}).
 */
public String getShapeCoords() {
  if (this.area instanceof Rectangle2D) {
    return getRectCoords((Rectangle2D) this.area);
  }
  else {
    return getPolyCoords(this.area);
  }
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a hash code for this instance.
 *
 * @return A hash code.
 */
public int hashCode() {
  int result = 39;
  result = HashUtilities.hashCode(result, getToolTipText());
  result = HashUtilities.hashCode(result, getURLText());
  return result;
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a string representation of this instance, useful for debugging
 * purposes.
 *
 * @return A string.
 */
public String toString() {
  return "XYItemEntity: series = " + getSeriesIndex() + ", item = "
    + getItem() + ", dataset = " + getDataset();
}
origin: jfree/jfreechart

/**
 * Constructs a new ChartRenderingInfo structure that can be used to
 * collect information about the dimensions of a rendered chart.
 */
public ChartRenderingInfo() {
  this(new StandardEntityCollection());
}
origin: jfree/jfreechart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
@Override
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns the shape coordinates as a string.
 *
 * @return The shape coordinates (never <code>null</code>).
 */
public String getShapeCoords() {
  if (this.area instanceof Rectangle2D) {
    return getRectCoords((Rectangle2D) this.area);
  }
  else {
    return getPolyCoords(this.area);
  }
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         object.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: jfree/jfreechart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         object.
 */
@Override
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: jfree/jfreechart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
@Override
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: jfree/jfreechart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
@Override
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if cloning is not supported.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the entity.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if there is a problem cloning the
 *         entity.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
org.jfree.chart.entity

Most used classes

  • EntityCollection
    This interface defines the methods used to access an ordered list of ChartEntity objects.
  • XYItemEntity
    A chart entity that represents one item within an org.jfree.chart.plot.XYPlot.
  • StandardEntityCollection
    A standard implementation of the EntityCollection interface.
  • CategoryItemEntity
    A chart entity that represents one item within a category plot.
  • CategoryLabelEntity
    An entity to represent the labels on a CategoryAxis.
  • PieSectionEntity,
  • LegendItemEntity,
  • TickLabelEntity,
  • TitleEntity,
  • AxisEntity,
  • JFreeChartEntity,
  • PlotEntity,
  • XYAnnotationEntity,
  • ContourEntity
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now