congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Drawable
Code IndexAdd Tabnine to your IDE (free)

How to use
Drawable
in
org.jfree.ui

Best Java code snippets using org.jfree.ui.Drawable (Showing top 5 results out of 315)

origin: jasperreports/jasperreports

/**
 *
 */
public void render(Graphics2D grx, Rectangle2D rectangle) 
{
  if (drawable != null) 
  {
    drawable.draw(grx, rectangle);
  }
}
 
origin: org.jfree/jcommon

    (0, 0, getWidth(), getHeight());
this.drawable.draw(g2, new Rectangle2D.Double(0, 0, getWidth(), getHeight()));
g2.dispose();
origin: jfree/jcommon

    (0, 0, getWidth(), getHeight());
this.drawable.draw(g2, new Rectangle2D.Double(0, 0, getWidth(), getHeight()));
g2.dispose();
origin: org.jfree/com.springsource.org.jfree

    (0, 0, getWidth(), getHeight());
drawable.draw(g2, new Rectangle2D.Double(0, 0, getWidth(), getHeight()));
g2.dispose();
origin: org.codehaus.jtstand/jtstand-chart

g2.translate((j2DX - this.displayWidth / 2.0) * this.drawScaleFactor,
    (j2DY - this.displayHeight / 2.0) * this.drawScaleFactor);
this.drawable.draw(g2, drawArea);
g2.setTransform(savedTransform);
String toolTip = getToolTipText();
org.jfree.uiDrawable

Javadoc

An interface for an object that can draw itself within an area on a Graphics2D.

Most used methods

  • draw
    Draws the object.

Popular in Java

  • Start an intent from android
  • onCreateOptionsMenu (Activity)
  • setScale (BigDecimal)
  • getContentResolver (Context)
  • String (java.lang)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • ImageIO (javax.imageio)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top PhpStorm plugins
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