Tabnine Logo
DrawablePanel
Code IndexAdd Tabnine to your IDE (free)

How to use
DrawablePanel
in
org.jfree.ui

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

origin: jfree/jcommon

/**
 * Sets the drawable item.
 *
 * @param drawable  the drawable item.
 */
public void setDrawable(final Drawable drawable)
{
 this.drawable = drawable;
 revalidate();
 repaint();
}
origin: jfree/jcommon

/**
 * Creates a new instance.
 */
public DrawablePanel()
{
 setOpaque(false);
}
origin: jfree/jcommon

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

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

/**
 * Sets the drawable item.
 *
 * @param drawable  the drawable item.
 */
public void setDrawable(final Drawable drawable)
{
 this.drawable = drawable;
 revalidate();
 repaint();
}
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.jfree/jcommon

/**
 * Creates a new instance.
 */
public DrawablePanel()
{
 setOpaque(false);
}
origin: org.jfree/com.springsource.org.jfree

public void setDrawable(final Drawable drawable)
{
 this.drawable = drawable;
 revalidate();
 repaint();
}
origin: org.jfree/com.springsource.org.jfree

public DrawablePanel()
{
 setOpaque(false);
}
org.jfree.uiDrawablePanel

Javadoc

A component, that accepts a drawable and which draws that drawable.

Most used methods

  • getHeight
  • getWidth
  • repaint
  • revalidate
  • setOpaque

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JFrame (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • 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