-
Bridge.Circle.draw()
-
Bridge.Shape.draw()
-
CH.ifa.draw.framework.Figure.draw()
-
ae.java.awt.font.TextLayout.draw()
Renders this TextLayout
at the specified location in the specified {@link ae.java.awt.Graphics2D Graphics2D} context.The origin of the layout is placed at x, y. Rendering may touch any point within getBounds()
of this position. This leaves the g2
unchanged. Text is rendered along the baseline path.
@param g2 the Graphics2D
context into which to renderthe layout
@param x the X coordinate of the origin of this TextLayout
@param y the Y coordinate of the origin of this TextLayout
@see #getBounds()
-
ae.sun.font.TextLineComponent.draw()
-
bouncingballs.BouncingBalls.Ball.draw()
-
catchemrpg.gameobjects.GameImage.draw()
Draws the image on a Graphics2D context.
@param g The Graphics2D object to draw this image to.
@param x
@param y
-
ch.blackspirit.graphics.AWTCanvas.draw()
-
ch.blackspirit.graphics.GraphicsContext.draw()
Updates the content of this canvas and therefore calls the drawing method on the GraphicsListener. This method is guaranteed to be blocking and will return after the GraphicsListeners display method has been called.
-
ch.blackspirit.graphics.RealtimeCanvas.draw()
-
charva.awt.Component.draw()
To be implemented by concrete subclasses.
@param toolkit
-
cofh.lib.gui.element.TabBase.draw()
-
com.ackgaming.entity.Bullet.draw()
-
com.ackgaming.entity.blocks.BasicBlock.draw()
-
com.ackgaming.entity.blocks.BonusLifeBlock.draw()
-
com.ackgaming.entity.blocks.SecondBlock.draw()
-
com.ackgaming.entity.blocks.ThirdBlock.draw()
-
com.ackgaming.entity.items.BonusLifeItem.draw()
-
com.ardor3d.scenegraph.Mesh.draw()
-
com.ardor3d.scenegraph.Spatial.draw()
draw
abstract method that handles drawing data to the renderer if it is geometry and passing the call to it's children if it is a node.
@param renderer the renderer used for display.
-
com.badlogic.gdx.graphics.g2d.BitmapFont.draw()
Draws a string at the specified position.
@param x The x position for the left most character.
@param y The y position for the top of most capital letters in the font (the {@link #getCapHeight() cap height}).
@return The bounds of the rendered string (the height is the distance from y to the baseline). Note the same TextBoundsinstance is used for all methods that return TextBounds.
-
com.badlogic.gdx.graphics.g2d.NinePatch.draw()
-
com.badlogic.gdx.scenes.scene2d.Stage.draw()
Renders the stage
-
com.badlogic.gdx.scenes.scene2d.utils.Drawable.draw()
-
com.cburch.logisim.circuit.Circuit.draw()
-
com.cburch.logisim.tools.Tool.draw()
-
com.cubusmail.client.canvases.addressbook.AddressDetailsCanvas.draw()
-
com.cubusmail.client.canvases.addressbook.AddressEditAddressForm.draw()
-
com.cubusmail.client.canvases.addressbook.AddressEditCanvas.draw()
-
com.cubusmail.client.canvases.mail.ComposeMessageCanvas.draw()
-
com.cubusmail.client.canvases.mail.MessageReadingPaneHeader.draw()
-
com.dcaiti.eworld.visualizer.utilities.Arrow.draw()
Draws the arrow.
@param graphics The Graphics object
@param x0 Start of the arrow (x-coordinate)
@param y0 Start of the arrow (y-coordinate)
@param x1 End of the arrow (x-coordinate)
@param y1 End of the arrow (y-coordinate)
-
com.github.cage.Cage.draw()
-
com.github.cage.GCage.draw()
-
com.google.code.appengine.awt.Graphics2D.draw()
-
com.google.code.appengine.awt.font.TextLayout.draw()
-
com.google.gwt.visualization.client.visualizations.LineChart.draw()
-
com.google.gwt.visualization.client.visualizations.Table.draw()
-
com.ibm.icu.dev.demo.impl.DemoTextBox.draw()
-
com.itextpdf.text.pdf.draw.DrawInterface.draw()
Implement this method if you want to draw something at the current Y position (for instance a line).
@param canvas the canvas on which you can draw
@param llx the x coordinate of the left page margin
@param lly the y coordinate of the bottom page margin
@param urx the x coordinate of the right page margin
@param ury the y coordinate of the top page margin
@param y the current y position on the page
-
com.jogamp.opengl.util.awt.TextRenderer.draw()
-
com.levigo.util.gwtawt.client.WebGraphics.draw()
Strokes a shape
@param shape the shape to stroke
-
com.lowagie.text.pdf.draw.DrawInterface.draw()
Implement this method if you want to draw something at the current Y position (for instance a line).
@param canvas the canvas on which you can draw
@param llx the x coordinate of the left page margin
@param lly the y coordinate of the bottom page margin
@param urx the x coordinate of the right page margin
@param ury the y coordinate of the top page margin
@param y the current y position on the page
-
com.matis_digital.simulation.gui.utils.Particle.draw()
-
com.oxidevelopment.bleakengine.scene.Scene.draw()
Draw textures, sprites, and text.
-
com.pahimar.repackage.cofh.lib.gui.element.TabBase.draw()
-
com.positive.charting.annotations.CategoryAnnotation.draw()
Draws the annotation.
@param g2 the graphics device.
@param plot the plot.
@param dataArea the data area.
@param domainAxis the domain axis.
@param rangeAxis the range axis.
-
com.positive.charts.axis.Axis.draw()
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
@param gc the graphics device (null
not permitted).
@param cursor the cursor location (determines where to draw the axis).
@param plotArea the area within which the axes and plot should be drawn.
@param dataArea the area within which the data should be drawn.
@param edge the axis location (null
not permitted).
@param plotState collects information about the plot (null
permitted).
@return The axis state (never null
).
-
com.positive.charts.axis.ValueAxis.draw()
-
com.positive.charts.block.BlockContainer.draw()
Draws the container and all the blocks within it.
@param g2 the graphics device.
@param area the area.
-
com.positive.charts.block.BlockFrame.draw()
Draws the border by filling in the reserved space (in black).
@param g2 the graphics device.
@param area the area.
-
com.positive.charts.text.TextBox.draw()
Draws the text box.
@param g2 the graphics device.
@param x the x-coordinate.
@param y the y-coordinate.
@param anchor the anchor point.
-
com.positive.charts.util.TextBlock.draw()
Draws the text block at a specific location.
@param g2 the graphics device.
@param x the x-coordinate for the anchor point.
@param y the y-coordinate for the anchor point.
@param anchor the anchor point.
-
com.smartgwt.client.widgets.Canvas.draw()
-
com.smartgwt.client.widgets.HTMLFlow.draw()
-
com.smartgwt.client.widgets.IButton.draw()
-
com.smartgwt.client.widgets.Img.draw()
-
com.smartgwt.client.widgets.Window.draw()
-
com.smartgwt.client.widgets.form.DynamicForm.draw()
-
com.smartgwt.client.widgets.layout.HLayout.draw()
-
com.smartgwt.client.widgets.layout.VLayout.draw()
-
com.smartgwt.client.widgets.menu.Menu.draw()
-
com.smartgwt.client.widgets.tile.TileLayout.draw()
-
com.sun.opengl.util.j2d.TextRenderer.draw()
Draws the supplied CharSequence at the desired location using the renderer's current color. The baseline of the leftmost character is at position (x, y) specified in OpenGL coordinates, where the origin is at the lower-left of the drawable and the Y coordinate increases in the upward direction.
@param str the string to draw
@param x the x coordinate at which to draw
@param y the y coordinate at which to draw
@throws GLException If an OpenGL context is not current when this method is called
-
com.sun.star.awt.XGraphics.draw()
-
com.thecrouchmode.graphics.Model.draw()
-
com.xebia.lottery.domain.aggregates.Lottery.draw()
-
components.robot.Robot.draw()
-
d3d11.core.ID3D11DeviceContext.Draw()
-
de.eydamos.guiadvanced.util.Rectangle.draw()
-
de.yaams.extensions.basemap.tiled.core.Tile.draw()
Draws the tile at the given pixel coordinates in the given graphics context, and at the given zoom level
@param g
@param x
@param y
@param zoom
-
dwlab.base.images.Image.draw()
-
dwlab.shapes.maps.tilemaps.TileMap.draw()
-
dwlab.shapes.sprites.Sprite.draw()
-
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator.draw()
-
edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics.draw()
transform the shape before letting the delegate draw it
-
erogenousbeef.bigreactors.gui.IBeefListBoxEntry.draw()
-
games.stendhal.client.sprite.Sprite.draw()
Draw the sprite onto the graphics context provided.
@param g The graphics context on which to draw the sprite
@param x The x location at which to draw the sprite
@param y The y location at which to draw the sprite
-
graphics.common.GraphicsObject.draw()
-
hype.extended.util.HVertex.draw()
-
images.APImage.draw()
Displays the image in its window.
-
invaders101.interfaces.Drawable.draw()
-
it.timehero.entities.Entity.draw()
-
it.timehero.example.slick.timehero.entities.Entity.draw()
-
it.timehero.object.OggettoGenerico.draw()
Disegna l'oggetto
-
java.awt.Graphics2D.draw()
Strokes the outline of a Shape
using the settings of the current Graphics2D
context. The rendering attributes applied include the Clip
, Transform
, Paint
, Composite
and Stroke
attributes.
@param s the Shape
to be rendered
@see #setStroke
@see #setPaint
@see java.awt.Graphics#setColor
@see #transform
@see #setTransform
@see #clip
@see #setClip
@see #setComposite
-
java.awt.font.TextLayout.draw()
Renders this TextLayout
at the specified location in the specified {@link java.awt.Graphics2D Graphics2D} context.The origin of the layout is placed at x, y. Rendering may touch any point within getBounds()
of this position. This leaves the g2
unchanged. Text is rendered along the baseline path.
@param g2 the Graphics2D
context into which to renderthe layout
@param x the X coordinate of the origin of this TextLayout
@param y the Y coordinate of the origin of this TextLayout
@see #getBounds()
-
jbrickbreaker.model.bonuses.Bonus.draw()
-
lupos.gui.operatorgraph.DrawObject.draw()
-
lupos.gui.operatorgraph.visualeditor.queryeditor.operators.QueryRDFTerm.draw()
-
lupos.gui.operatorgraph.visualeditor.visualrif.operators.AndContainer.draw()
-
lupos.gui.operatorgraph.visualeditor.visualrif.operators.ExistsContainer.draw()
-
lupos.gui.operatorgraph.visualeditor.visualrif.operators.OrContainer.draw()
-
main.ch.morrolan.gibb.snake.BodyPart.draw()
-
main.ch.morrolan.gibb.snake.Diamond.draw()
-
main.ch.morrolan.gibb.snake.GameGrid.draw()
-
megamek.client.ui.IDisplayable.draw()
Draw this IDisplayable
@param graph - the Graphics
to draw on
@param drawRelativeTo - the top left Point
of the viewport, relative to the Graphics this needs to be drawn on
@param size - the size of the viewport inwhich this should be draw
-
mekanism.api.ChemicalPair.draw()
Draws the needed amount of gas from each tank.
@param leftTank - left tank to draw from
@param rightTank - right tank to draw from
-
net.alteiar.beans.map.elements.CircleElement.draw()
-
net.alteiar.beans.map.elements.MapElement.draw()
-
net.alteiar.beans.map.elements.RectangleElement.draw()
-
net.alteiar.beans.map.filter.ManualMapFilter.draw()
-
net.alteiar.beans.map.filter.MapFilter.draw()
-
net.jaitec.applet1.Ball.draw()
-
net.machinemuse.general.gui.clickable.IClickable.draw()
-
net.minecraft.client.renderer.Tessellator.draw()
-
net.minecraft.src.Tessellator.draw()
-
net.sf.jasperreports.engine.export.draw.ImageDrawer.draw()
-
net.sf.jiga.xtended.impl.Sprite.draw()
draws the current data on component
@see #draw(Component,Graphics2D,AffineTransform,PerspectiveTransform)
@param obs the Component that is to be painted onto
@param g2 Graphics2D instance to draw to
@return true or false whether the painting has completed or not,resp. (This returned value cannot be used for synchronization purposals))
-
net.sf.robocode.robotpaint.Graphics2DSerialized.draw()
-
net.sourceforge.dsnk.gui.map.model.DrawableBlock.draw()
Draws the tiles of the block starting at the given top left corner using the Graphics object.
@param g Graphics object
@param topLeftCorner top left corner of block
-
net.wigis.graph.dnv.geometry.Text.draw()
-
net.yacy.visualization.GraphPlotter.draw()
-
nodebox.client.visualizer.Visualizer.draw()
-
obj.Element.draw()
-
org.antlr.works.visualization.graphics.graph.GGraph.draw()
-
org.antlr.works.visualization.graphics.graph.GGraphAbstract.draw()
-
org.apache.axis2.jaxws.polymorphic.shape.sei.PolymorphicShapePortType.draw()
@param request
@return returns org.test.shape.Shape
-
org.apache.batik.gvt.text.TextSpanLayout.draw()
Paints the specified text layout using the specified Graphics2D and rendering context.
@param g2d the Graphics2D to use
-
org.apache.felix.example.extenderbased.host.extension.SimpleShape.draw()
Method to draw the shape of the extension.
@param g2 The graphics object used for painting.
@param p The position to paint the triangle.
-
org.apache.felix.example.servicebased.host.service.SimpleShape.draw()
Method to draw the shape of the service.
@param g2 The graphics object used for painting.
@param p The position to paint the triangle.
-
org.apache.isis.viewer.dnd.View.draw()
-
org.apache.poi.hslf.model.Slide.draw()
-
org.apache.poi.hslf.usermodel.PictureData.draw()
-
org.apache.poi.xslf.usermodel.XSLFSlide.draw()
-
org.dashbuilder.displayer.client.DisplayerView.draw()
-
org.eclipse.ecf.tutorial.scribbleshare.toolbox.AbstractTool.draw()
Causes to tool to create it's output. May be called from remote clients.
@param canvas
-
org.eclipse.swt.graphics.TextLayout.draw()
Draws the receiver's text using the specified GC at the specified point.
@param gc the GC to draw
@param x the x coordinate of the top left corner of the rectangular area where the text is to be drawn
@param y the y coordinate of the top left corner of the rectangular area where the text is to be drawn
@exception SWTException
- ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the gc is null
-
org.fonteditor.font.FEGlyph.draw()
-
org.foo.shape.SimpleShape.draw()
Draw this shape at the given position.
@param g2 The graphics object used for painting.
@param p The position to paint the shape.
-
org.gbcpainter.game.model.Player.draw()
-
org.gbcpainter.game.model.grid.Face.draw()
-
org.geomajas.gwt.client.widget.FeatureAttributeWindow.draw()
-
org.geomajas.gwt.client.widget.LoadingScreen.draw()
-
org.geomajas.test.client.exporter.MapWidget.draw()
Draws the map.
-
org.jfree.chart.JFreeChart.draw()
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
This method is the focus of the entire JFreeChart library.
@param g2 the graphics device.
@param area the area within which the chart should be drawn.
-
org.jfree.chart.annotations.CategoryAnnotation.draw()
Draws the annotation.
@param g2 the graphics device.
@param plot the plot.
@param dataArea the data area.
@param domainAxis the domain axis.
@param rangeAxis the range axis.
-
org.jfree.chart.annotations.XYAnnotation.draw()
Draws the annotation.
@param g2 the graphics device.
@param plot the plot.
@param dataArea the data area.
@param domainAxis the domain axis.
@param rangeAxis the range axis.
@param rendererIndex the renderer index.
@param info an optional info object that will be populated withentity information.
-
org.jfree.chart.axis.Axis.draw()
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
@param g2 the graphics device (null
not permitted).
@param cursor the cursor location (determines where to draw the axis).
@param plotArea the area within which the axes and plot should be drawn.
@param dataArea the area within which the data should be drawn.
@param edge the axis location (null
not permitted).
@param plotState collects information about the plot(null
permitted).
@return The axis state (never null
).
-
org.jfree.chart.axis.CategoryAxis.draw()
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
@param g2 the graphics device (null
not permitted).
@param cursor the cursor location.
@param plotArea the area within which the axis should be drawn(null
not permitted).
@param dataArea the area within which the plot is being drawn(null
not permitted).
@param edge the location of the axis (null
not permitted).
@param plotState collects information about the plot(null
permitted).
@return The axis state (never null
).
-
org.jfree.chart.axis.ValueAxis.draw()
-
org.jfree.chart.block.BlockContainer.draw()
Draws the container and all the blocks within it.
@param g2 the graphics device.
@param area the area.
-
org.jfree.chart.block.BlockFrame.draw()
Draws the border by filling in the reserved space (in black).
@param g2 the graphics device.
@param area the area.
-
org.jfree.chart.text.TextBlock.draw()
Draws the text block at a specific location.
@param g2 the graphics device.
@param x the x-coordinate for the anchor point.
@param y the y-coordinate for the anchor point.
@param anchor the anchor point.
-
org.jfree.chart.text.TextBox.draw()
Draws the text box.
@param g2 the graphics device.
@param x the x-coordinate.
@param y the y-coordinate.
@param anchor the anchor point.
-
org.jfree.chart.title.LegendTitle.draw()
Draws the title on a Java 2D graphics device (such as the screen or a printer).
@param g2 the graphics device.
@param area the available area for the title.
-
org.jfree.layouting.modules.output.graphics.LogicalPageDrawable.draw()
Draws the object.
@param g2 the graphics device.
@param area the area inside which the object should be drawn.
-
org.jfree.layouting.modules.output.graphics.PhysicalPageDrawable.draw()
Draws the object.
@param g2 the graphics device.
@param area the area inside which the object should be drawn.
-
org.jfree.text.TextBlock.draw()
Draws the text block at a specific location.
@param g2 the graphics device.
@param x the x-coordinate for the anchor point.
@param y the y-coordinate for the anchor point.
@param anchor the anchor point.
-
org.jfree.text.TextBox.draw()
Draws the text box.
@param g2 the graphics device.
@param x the x-coordinate.
@param y the y-coordinate.
@param anchor the anchor point.
-
org.jfree.ui.Drawable.draw()
Draws the object.
@param g2 the graphics device.
@param area the area inside which the object should be drawn.
-
org.jgroups.demo.tankwar.model.Explode.draw()
-
org.jmanage.util.display.Table.draw()
-
org.jmanage.util.display.html.Select.draw()
-
org.jmanage.webui.dashboard.framework.DashboardComponent.draw()
-
org.joshy.gfx.stage.swing.SwingGFX.draw()
-
org.joshy.sketch.model.SelfDrawable.draw()
-
org.librebiz.pureport.run.Page.draw()
-
org.locationtech.udig.mapgraphic.MapGraphic.draw()
Draws the graphic. Check the clip area of the {@link ViewportGraphics} object to determine whatarea needs to be refreshed.
@param context The drawing context.
-
org.locationtech.udig.printing.model.BoxPrinter.draw()
This method will be called by Page when the actual printing is being performed. The graphics object passed in will have its appropriate clipping set, so the drawing code can only draw inside this clip.
@see Page
@param graphics A Graphics2D
object to perform the drawing on
@param monitor
-
org.locationtech.udig.project.ui.render.glass.GlassPane.draw()
This function does the drawing. This is called whenever the viewport is redrawn.
This should contain the draw commands of the items you want drawn on the glass pane. All draw commands are pixel draw commands therefore any location information needs to be converted to screen coordinates. This can be done using the GlassPaneSite information
@param graphics
-
org.locationtech.udig.ui.graphics.ViewportGraphics.draw()
Draws the outline of
shape
using the color, clip & transform.
Reference description from Graphics2d: Strokes the outline of a Shape
using the settings of the current Graphics2D
context. The rendering attributes applied include the Clip
, Transform
, Paint
, Composite
and Stroke
attributes.
@param s the
Shape
to be rendered
@see fill
-
org.lwjgl.util.glu.Sphere.draw()
draws a sphere of the given radius centered around the origin. The sphere is subdivided around the z axis into slices and along the z axis into stacks (similar to lines of longitude and latitude). If the orientation is set to GLU.OUTSIDE (with glu.quadricOrientation), then any normals generated point away from the center of the sphere. Otherwise, they point toward the center of the sphere. If texturing is turned on (with glu.quadricTexture), then texture coordinates are generated so that t ranges from 0.0 at z=-radius to 1.0 at z=radius (t increases linearly along longitudinal lines), and s ranges from 0.0 at the +y axis, to 0.25 at the +x axis, to 0.5 at the -y axis, to 0.75 at the -x axis, and back to 1.0 at the +y axis.
-
org.newdawn.slick.Animation.draw()
Draw the animation to the screen
-
org.newdawn.slick.Graphics.draw()
Draw the outline of the given shape.
@param shape The shape to draw.
@param fill The fill type to apply
-
org.newdawn.slick.Image.draw()
Draw this image at the current location
-
org.nlogo.shape.Element.draw()
-
org.openbp.cockpit.modeler.figures.generic.XFigure.draw()
Draws the figure in the given graphics. Template method calling {@link BasicFigure#drawFigure} followed by {@link #drawFrame} and {@link #drawImage}.
@param g Graphics to draw to
-
org.pentaho.reporting.designer.core.editor.report.layouting.ElementRenderer.draw()
-
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.PageDrawable.draw()
Renders the content of the drawable.
@param graphics the graphics context to which to render to.
@param bounds the bounds within which the content should be rendered.
-
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal.LogicalPageDrawable.draw()
Draws the object.
@param g2 the graphics device.
@param area the area inside which the object should be drawn.
-
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal.PhysicalPageDrawable.draw()
Draws the object.
@param g2 the graphics device.
@param area the area inside which the object should be drawn.
-
org.pentaho.reporting.engine.classic.core.util.ComponentDrawable.draw()
Draws the component.
@param g2 the graphics device.
@param area the area inside which the object should be drawn.
-
org.pentaho.reporting.libraries.pixie.wmf.WmfFile.draw()
-
org.pentaho.reporting.libraries.resourceloader.factory.drawable.DrawableWrapper.draw()
-
org.spoutcraft.api.gui.MinecraftTessellator.draw()
-
org.tinyuml.draw.Connection.draw()
Draws the connection.
@param drawingContext the DrawingContext
-
org.tinyuml.draw.NullElement.draw()
{@inheritDoc}
-
org.tinyuml.draw.Selection.draw()
Draws this selection object.
@param drawingContext the drawingContext
-
org.woped.editor.graphbeautifier.SGYGraph.draw()
Draws the graph and updates the UI
@param x horizontal space between two elements, use 0 for default value
@param y vertical space between two elements, use 0 for default value
-
pathfinder.gui.drawable.CharactersDrawable.draw()
-
pu.web.client.PU_Image.draw()
-
quicktime.std.image.GraphicsImporter.draw()
-
shadowrun.gui.drawable.CharactersDrawable.draw()
-
sun.font.TextLineComponent.draw()
-
tiled.core.Tile.draw()
Draws the tile at the given pixel coordinates in the given graphics context, and at the given zoom level
@param g
@param x
@param y
@param zoom
-
tv.floe.metronome.deeplearning.rbm.visualization.DrawMnistGreyscale.draw()
-
wolf.gui.BuildingView.draw()
-
xenon3d.scene.GraphicsContext3D.draw()
Draws the specified geometry object.
@param geo the geometry to draw