Codota Logo
SubstanceImageCreator.getDragImage
Code IndexAdd Codota to your IDE (free)

How to use
getDragImage
method
in
org.pushingpixels.substance.internal.utils.SubstanceImageCreator

Best Java code snippets using org.pushingpixels.substance.internal.utils.SubstanceImageCreator.getDragImage (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: com.github.insubstantial/substance

if (height > 0) {
  if (c.getComponentOrientation().isLeftToRight()) {
    graphics.drawImage(SubstanceImageCreator.getDragImage(
        c, scheme, dragBumpsWidth, height, 2), 2, 1,
        null);
  } else {
    graphics.drawImage(SubstanceImageCreator.getDragImage(
        c, scheme, dragBumpsWidth, height, 2), c
        .getBounds().width
  graphics.drawImage(SubstanceImageCreator.getDragImage(c,
      scheme, width, dragBumpsWidth, 2), 2, 2, null);
origin: org.java.net.substance/substance

if (height > 0) {
  if (c.getComponentOrientation().isLeftToRight()) {
    graphics.drawImage(SubstanceImageCreator.getDragImage(
        c, scheme, dragBumpsWidth, height, 2), 2, 1,
        null);
  } else {
    graphics.drawImage(SubstanceImageCreator.getDragImage(
        c, scheme, dragBumpsWidth, height, 2), c
        .getBounds().width
  graphics.drawImage(SubstanceImageCreator.getDragImage(c,
      scheme, width, dragBumpsWidth, 2), 2, 2, null);
org.pushingpixels.substance.internal.utilsSubstanceImageCreatorgetDragImage

Javadoc

Returns drag bumps image.

Popular methods of SubstanceImageCreator

  • getArrowIcon
    Returns arrow icon for the specified parameters.
  • crayonX
    Retrieves crayon X offset.
  • crayonY
    Retrieves crayon Y offset.
  • drawRadioMark
    Draws radio mark.
  • getArrow
    Retrieves arrow image.
  • getCheckBox
    Retrieves check box of the specified size that matches the specified component state.
  • getCheckMark
    Retrieves check mark image.
  • getCloseIcon
    Returns close icon.
  • getColorSchemeImage
    Creates a new version of the specified image that is rendered in the colors of the specified color s
  • getDoubleArrowIcon
    Retrieves arrow icon.
  • getHexaMarker
    Returns small icon representation of the specified integer value. The remainder of dividing the inte
  • getMaximizeIcon
    Returns maximize icon.
  • getHexaMarker,
  • getMaximizeIcon,
  • getMinimizeIcon,
  • getNegated,
  • getRadioButton,
  • getRestoreIcon,
  • getRotated,
  • getSearchIcon,
  • getSingleCrayon

Popular in Java

  • Creating JSON documents from java classes using gson
  • setRequestProperty (URLConnection)
  • getContentResolver (Context)
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Kernel (java.awt.image)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • ConcurrentHashMap (java.util.concurrent)
    A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updat
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