Tabnine Logo
BevelArrowIcon.drawDownArrow
Code IndexAdd Tabnine to your IDE (free)

How to use
drawDownArrow
method
in
org.jfree.ui.BevelArrowIcon

Best Java code snippets using org.jfree.ui.BevelArrowIcon.drawDownArrow (Showing top 3 results out of 315)

origin: org.jfree/com.springsource.org.jfree

/**
 * Paints the icon at the specified position.  Supports the Icon interface.
 *
 * @param c .
 * @param g .
 * @param x .
 * @param y .
 */
public void paintIcon(final Component c, 
           final Graphics g, 
           final int x, 
           final int y) {
  switch (this.direction) {
    case DOWN: drawDownArrow(g, x, y); break;
    case   UP: drawUpArrow(g, x, y);   break;
  }
}
origin: jfree/jcommon

/**
 * Paints the icon at the specified position.  Supports the Icon interface.
 *
 * @param c .
 * @param g .
 * @param x .
 * @param y .
 */
public void paintIcon(final Component c, 
           final Graphics g, 
           final int x, 
           final int y) {
  switch (this.direction) {
    case DOWN: drawDownArrow(g, x, y); break;
    case   UP: drawUpArrow(g, x, y);   break;
  }
}
origin: org.jfree/jcommon

/**
 * Paints the icon at the specified position.  Supports the Icon interface.
 *
 * @param c .
 * @param g .
 * @param x .
 * @param y .
 */
public void paintIcon(final Component c, 
           final Graphics g, 
           final int x, 
           final int y) {
  switch (this.direction) {
    case DOWN: drawDownArrow(g, x, y); break;
    case   UP: drawUpArrow(g, x, y);   break;
  }
}
org.jfree.uiBevelArrowIcondrawDownArrow

Javadoc

Draws the arrow pointing down.

Popular methods of BevelArrowIcon

  • <init>
    Standard constructor - builds an icon with the specified attributes.
  • drawUpArrow
    Draws the arrow pointing up.
  • init
    Initialises the attributes of the arrow icon.

Popular in Java

  • Start an intent from android
  • getSupportFragmentManager (FragmentActivity)
  • getSharedPreferences (Context)
  • getApplicationContext (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • JTextField (javax.swing)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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