congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
SVGRoot.getDeviceRect
Code IndexAdd Tabnine to your IDE (free)

How to use
getDeviceRect
method
in
com.kitfox.svg.SVGRoot

Best Java code snippets using com.kitfox.svg.SVGRoot.getDeviceRect (Showing top 4 results out of 315)

origin: guru.nidi.com.kitfox/svgSalamander

/**
 * Returns the viewing rectangle of this diagram in device coordinates.
 * @param rect
 * @return 
 */
public Rectangle2D getViewRect(Rectangle2D rect)
{
  if (root != null) return root.getDeviceRect(rect);
  return rect;
}
origin: com.metsci.ext.com.kitfox.svg/svg-salamander

/**
 * Returns the viewing rectangle of this diagram in device coordinates.
 */
public Rectangle2D getViewRect(Rectangle2D rect)
{
  if (root != null) return root.getDeviceRect(rect);
  return rect;
}
origin: com.barchart.kitfox/kitfox-svg-core

/**
 * Returns the viewing rectangle of this diagram in device coordinates.
 */
public Rectangle2D getViewRect(Rectangle2D rect)
{
  if (root != null) return root.getDeviceRect(rect);
  return rect;
}
origin: blackears/svgSalamander

/**
 * Returns the viewing rectangle of this diagram in device coordinates.
 * @param rect
 * @return 
 */
public Rectangle2D getViewRect(Rectangle2D rect)
{
  if (root != null) return root.getDeviceRect(rect);
  return rect;
}
com.kitfox.svgSVGRootgetDeviceRect

Popular methods of SVGRoot

  • build
  • contains
  • getBoundingBox
  • getDeviceHeight
  • getDeviceWidth
  • getPres
  • pick
  • prepareViewport
  • render
  • setDiagram
  • updateTime
    Updates all attributes in this diagram associated with a time event. Ie, all attributes with track i
  • getChild
  • updateTime,
  • getChild,
  • getNumChildren,
  • getStyleSheet,
  • renderToViewport,
  • setAttribute

Popular in Java

  • Updating database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • setRequestProperty (URLConnection)
  • setScale (BigDecimal)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Sublime Text for Python
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