Tabnine Logo
GCInterface.drawPoint
Code IndexAdd Tabnine to your IDE (free)

How to use
drawPoint
method
in
org.pentaho.di.core.gui.GCInterface

Best Java code snippets using org.pentaho.di.core.gui.GCInterface.drawPoint (Showing top 1 results out of 315)

origin: pentaho/pentaho-kettle

protected void drawGrid() {
 Point bounds = gc.getDeviceBounds();
 for ( int x = 0; x < bounds.x; x += gridSize ) {
  for ( int y = 0; y < bounds.y; y += gridSize ) {
   gc.drawPoint( x + ( offset.x % gridSize ), y + ( offset.y % gridSize ) );
  }
 }
}
org.pentaho.di.core.guiGCInterfacedrawPoint

Popular methods of GCInterface

  • dispose
  • getImage
  • textExtent
  • drawImage
  • drawJobEntryIcon
  • drawLine
  • drawPolygon
  • drawRectangle
  • drawRoundRectangle
  • drawStepIcon
  • drawText
  • fillGradientRectangle
  • drawText,
  • fillGradientRectangle,
  • fillPolygon,
  • fillRectangle,
  • fillRoundRectangle,
  • getAlpha,
  • getArea,
  • getDeviceBounds,
  • getImageBounds

Popular in Java

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • findViewById (Activity)
  • startActivity (Activity)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • JFrame (javax.swing)
  • Best plugins for Eclipse
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