-
buildcraft.core.fluids.Tank.fill()
-
com.agifans.picedit.picture.Picture.fill()
Performs a fill at the given position on the picture.
@param x the X position to fill at.
@param y the Y position to fill at.
-
com.asakusafw.runtime.io.csv.CsvParser.fill()
-
com.badlogic.gdx.graphics.Pixmap.fill()
Fills the complete bitmap with the currently set color.
-
com.caucho.config.reflect.BaseType.fill()
Fills in a parameter with a given name.
-
com.facebook.LinkBench.generators.DataGenerator.fill()
Fill the provided array with randomly generated data
@param data
@return the argument, as a convenience so that an array can beconstructed and filled in a single statement
-
com.facebook.LinkBench.generators.MotifDataGenerator.fill()
-
com.facebook.presto.jdbc.internal.jetty.io.EndPoint.fill()
Fill the passed buffer with data from this endpoint. The bytes are appended to any data already in the buffer by writing from the buffers limit up to it's capacity. The limit is updated to include the filled bytes.
@param buffer The buffer to fill. The position and limit are modified during the fill. After theoperation, the position is unchanged and the limit is increased to reflect the new data filled.
@return an int
value indicating the number of bytesfilled or -1 if EOF is read or the input is shutdown.
@throws EofException If the endpoint is closed.
-
com.google.appengine.tools.pipeline.impl.model.Slot.fill()
-
com.google.code.appengine.awt.Graphics2D.fill()
-
com.google.code.yanf4j.buffer.IoBuffer.fill()
Fills this buffer with the specified value. This method moves buffer position forward.
-
com.google.gwt.canvas.dom.client.Context2d.fill()
-
com.itextpdf.text.pdf.PdfAppearance.fill()
-
com.itextpdf.text.pdf.PdfContentByte.fill()
Fills the path, using the non-zero winding number rule to determine the region to fill.
-
com.kokakiwi.mclauncher.api.ui.Page.fill()
-
com.levigo.util.gwtawt.client.WebGraphics.fill()
Fills a shape
@param shape the shape to fill
-
com.loomcom.symon.devices.Memory.fill()
-
com.lowagie.text.pdf.PdfAppearance.fill()
-
com.lowagie.text.pdf.PdfContentByte.fill()
Fills the path, using the non-zero winding number rule to determine the region to fill.
-
com.lowagie.text.pdf.PdfPatternPainter.fill()
-
com.lowagie.text.pdf.PdfTemplate.fill()
-
com.peterhi.obsolete.Data.fill()
-
com.peterhi.runtime.Buffer.fill()
Fills a number of {@code bit}s, specified by {@code numOfBitsToFill}, with a {@code bit} value specified by {@code bitValuePerBit}, so that the write cursor will fast forward to the desired location. The reference implementation will write the data specified by {@code bitValuePerBit}repeatedly until {@code numOfBitsToFill bits} of data are written.If the {@code bit}s being filled exceeds the current size of the {@code Buffer}'s maximum allowed space, re-alloc-expanding will occur.
@param numOfBitsToFill The number of bits to fill to fast forwardthe write cursor. Note that re-alloc-expanding may occur.
@param bitValuePerBit The {@code bit} value to fill the buffer.
@throws IllegalArgumentException one of the following occurs:
- {@code numOfBitsToFill} is negative.
- {@code numOfBitsToFill} is zero.
- {@code bitValuePerBit} is not a valid bit value(neither {@code 1 (true)} nor {@code 0 (false)}).
@throws IOException the underlying I/O operation fails.
-
com.salesforce.phoenix.query.KeyRange.fill()
Fill both upper and lower range of keyRange to keyLength bytes. If the upper bound is inclusive, it must be filled such that an intersection with a longer key would still match if the shorter length matches. For example: (*,00C] intersected with [00Caaa,00Caaa] should still return [00Caaa,00Caaa] since the 00C matches and is inclusive.
@param keyLength
@return the newly filled KeyRange
-
com.sun.grid.jgdi.monitoring.filter.UserFilter.fill()
-
com.sun.messaging.jmq.io.Packet.fill()
Fill this packet with the contents of sourcePacket. The fixed and variable headers are copied. The payload (properties and body) are shared. This method turns off timestamp and sequence number generation since we assume you want the copied header contents to remain unchanged.
-
com.sun.messaging.jmq.io.ReadWritePacket.fill()
-
com.trolltech.qt.gui.QPixmap.fill()
-
com.uic.ase.proj.xbn.template.TemplateFiller.fill()
Fill in a single gap in the currently-set Template with the resulting text from a TOGOne.
@param s_gapName The name of the gap to fill in the currently-set
Template. Passed directly to
fill.
@param tog_1 The TemplateOrderedGaps object, whose resulting text should fill in the gap name s_gapName, as existing in the currently-set Template. May not be null.
@param s_fillText1 The fill text for the only unique gap existing in tog_1. May not be null.
-
crazypants.enderio.conduit.liquid.ILiquidConduit.fill()
-
de.intarsys.cwt.environment.IGraphicsContext.fill()
-
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator.fill()
-
edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics.fill()
transform the shape before letting the delegate fill it
-
erogenousbeef.bigreactors.common.multiblock.helpers.CoolantContainer.fill()
-
eu.planets_project.tb.gui.backing.ExperimentBean.fill()
-
extracells.tileentity.TileEntityCertusTank.fill()
-
forestry.api.core.IToolPipette.fill()
Fills the pipette with the given liquid stack.
@param pipette
@param liquid
@param doFill
@return Amount of liquid used in filling the pipette.
-
forestry.core.fluids.TankManager.fill()
-
forestry.core.fluids.tanks.StandardTank.fill()
-
games.stendhal.server.entity.item.Item.fill()
-
gnu.trove.list.TIntList.fill()
Fills every slot in the list with the specified value.
@param val the value to use when filling
-
hep.aida.IHistogram1D.fill()
Fill histogram with weight 1.
-
hep.aida.IHistogram2D.fill()
Fill the histogram with weight 1.
-
hep.aida.IHistogram3D.fill()
Fill the histogram with weight 1; equivalent to fill(x,y,z,1)..
-
java.awt.Graphics2D.fill()
Fills the interior of a Shape
using the settings of the Graphics2D
context. The rendering attributes applied include the Clip
, Transform
, Paint
, and Composite
.
@param s the Shape
to be filled
@see #setPaint
@see java.awt.Graphics#setColor
@see #transform
@see #setTransform
@see #setComposite
@see #clip
@see #setClip
-
javafx.scene.canvas.GraphicsContext.fill()
-
jjil.core.RgbImage.fill()
Fill a rectangle in an RgbImage with a given value
@param r the Rect to fill
@param nRgb the color to assign
@return the modified RgbImage (i.e., this)
@throws Error if the bounds are outside the image
-
kilim.nio.EndPoint.fill()
Read atleastN
bytes more into the buffer if there's space. Otherwise, allocate a bigger buffer that'll accomodate the earlier contents and atleastN more bytes.
@param buf ByteBuffer to be filled
@param atleastN At least this many bytes to be read.
@throws IOException
-
marauroa.common.game.RPObject.fill()
Copy constructor
@param object the object that is going to be copied.
-
mikera.arrayz.INDArray.fill()
Fills the array with a single double value
-
mikera.vectorz.AVector.fill()
Fills the entire vector with a given value
@param value
-
mikera.vectorz.Vector.fill()
-
mods.railcraft.common.blocks.machine.beta.TileEngineSteamHobby.fill()
-
mods.railcraft.common.fluids.TankManager.fill()
-
mods.railcraft.common.fluids.TankToolkit.fill()
-
net.minecraftforge.fluids.FluidTank.fill()
-
net.minecraftforge.fluids.IFluidContainerItem.fill()
@param container ItemStack which is the fluid container.
@param resource FluidStack attempting to fill the container.
@param doFill If false, the fill will only be simulated.
@return Amount of fluid that was (or would have been, if simulated) filled into thecontainer.
-
net.minecraftforge.fluids.IFluidHandler.fill()
Fills fluid into internal tanks, distribution is left entirely to the IFluidHandler.
@param from Orientation the Fluid is pumped in from.
@param resource FluidStack representing the Fluid and maximum amount of fluid to be filled.
@param doFill If false, fill will only be simulated.
@return Amount of resource that was (or would have been, if simulated) filled.
-
net.sf.jasperreports.engine.JasperFillManager.fill()
-
net.sf.robocode.robotpaint.Graphics2DSerialized.fill()
-
net.yacy.cora.services.federated.solr.SolrScheme.fill()
-
org.antlr.runtime.CommonTokenStream.fill()
-
org.antlr.runtime.TokenRewriteStream.fill()
-
org.antlr.v4.runtime.CommonTokenStream.fill()
Add {@code n} characters to the buffer. Returns the number of charactersactually added to the buffer. If the return value is less than {@code n}, then EOF was reached before {@code n} characters could be added.
-
org.apache.batik.svggen.SVGGraphics2D.fill()
Fills the interior of a Shape
using the settings of the Graphics2D
context. The rendering attributes applied include the Clip
, Transform
, Paint
, and Composite
.
@param s the Shape
to be filled
@see #setPaint
@see java.awt.Graphics#setColor
@see #transform
@see #setTransform
@see #setComposite
@see #clip
@see #setClip
-
org.apache.derbyTesting.perf.clients.DBFiller.fill()
Populate the database with the data needed by a test.
@param c the connection to use
@throws SQLException if a database error occurs
-
org.apache.derbyTesting.perf.clients.SingleRecordFiller.fill()
-
org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector.fill()
-
org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector.fill()
-
org.apache.hadoop.hive.ql.exec.vector.LongColumnVector.fill()
-
org.apache.harmony.awt.nativebridge.Int8Pointer.fill()
-
org.apache.http.impl.nio.reactor.SessionInputBuffer.fill()
-
org.apache.http.impl.nio.reactor.SessionInputBufferImpl.fill()
-
org.apache.http.nio.impl.reactor.SessionInputBuffer.fill()
-
org.apache.http.nio.reactor.SessionInputBuffer.fill()
-
org.apache.mina.common.ByteBuffer.fill()
Fills this buffer with the specified value. This method moves buffer position forward.
-
org.apache.mina.core.buffer.IoBuffer.fill()
Fills this buffer with the specified value. This method moves buffer position forward.
-
org.apache.phoenix.query.KeyRange.fill()
Fill both upper and lower range of keyRange to keyLength bytes. If the upper bound is inclusive, it must be filled such that an intersection with a longer key would still match if the shorter length matches. For example: (*,00C] intersected with [00Caaa,00Caaa] should still return [00Caaa,00Caaa] since the 00C matches and is inclusive.
@param keyLength
@return the newly filled KeyRange
-
org.archive.cdxserver.CDXQuery.fill()
-
org.eclipse.jetty.io.EndPoint.fill()
Fill the passed buffer with data from this endpoint. The bytes are appended to any data already in the buffer by writing from the buffers limit up to it's capacity. The limit is updated to include the filled bytes.
@param buffer The buffer to fill. The position and limit are modified during the fill. After theoperation, the position is unchanged and the limit is increased to reflect the new data filled.
@return an int
value indicating the number of bytesfilled or -1 if EOF is read or the input is shutdown.
@throws EofException If the endpoint is closed.
-
org.eclipse.jface.action.ActionContributionItem.fill()
The ActionContributionItem
implementation of this IContributionItem
method creates an SWT Button
for the action using the action's style. If the action's checked property has been set, the button is created and primed to the value of the checked property.
-
org.eclipse.jface.action.IContributionItem.fill()
Fills the given composite control with controls representing this contribution item. Used by StatusLineManager
.
@param parent the parent control
-
org.eclipse.jface.action.MenuManager.fill()
-
org.eclipse.jface.action.Separator.fill()
-
org.eclipse.jface.menus.IWidget.fill()
Fills the given composite control with controls representing this widget.
@param parent the parent control
-
org.eclipse.ui.actions.OpenWithMenu.fill()
-
org.eclipse.ui.menus.IWorkbenchWidget.fill()
-
org.eclipse.zest.core.viewers.ZoomContributionViewItem.fill()
-
org.gdal.gdal.Band.Fill()
-
org.geoforge.guillc.tablemodel.GfrAtmManageSpaceAbs.fill()
-
org.geoforge.plgbackuprestore4gfr.swing.tablemodel.GfrAtmBckRstSpcAbs.fill()
-
org.geotools.styling.StyleFactory.fill()
@param fill
@param color
@param opacity
@return
-
org.grouplens.lenskit.vectors.MutableSparseVector.fill()
Set the values for all items in the key domain to {@code value}.
@param value The value to set.
-
org.hornetq.core.asyncio.impl.AsynchronousFileImpl.fill()
-
org.hornetq.core.journal.SequentialFile.fill()
-
org.hsqldb.lib.HsqlByteArrayOutputStream.fill()
-
org.hsqldb_voltpatches.lib.HsqlByteArrayOutputStream.fill()
-
org.jquantlib.math.matrixutilities.Array.fill()
-
org.locationtech.udig.ui.graphics.ViewportGraphics.fill()
Fills the interior of a
Shape
using the foreground color, clip & transform.
Reference description from Graphics2d: Fills the interior of a Shape
using the settings of the Graphics2D
context. The rendering attributes applied include the Clip
, Transform
, Paint
, and Composite
.
@param s the Shape
to be filled
@param s the
Shape
to be rendered
@see fill
-
org.nutz.ioc.weaver.DefaultWeaver.fill()
-
org.pdfclown.documents.contents.composition.PrimitiveComposer.fill()
Fills the path using the current color [PDF:1.6:4.4.2].
@see #setFillColor(Color)
-
org.restlet.engine.io.Buffer.fill()
Fills the byte buffer by copying as many bytes as possible from the source buffer, with no modification.
@param sourceBuffer The source buffer.
-
org.spout.vanilla.world.generator.structure.PieceCuboidBuilder.fill()
-
org.spout.vanilla.world.generator.structure.PiecePlaneBuilder.fill()
-
org.uengine.kernel.RoleMapping.fill()
-
org.vngx.jsch.algorithm.Random.fill()
Fills the specified array from the offset through length with randomly generated data.
@param buffer array to fill with random bytes
@param offset position in destination
@param length to fill
-
pdp.scrabble.game.Bag.fill()
Initialize bag, by filling from the letters occurence configuration.
-
pdp.scrabble.game.Rack.fill()
-
pdp.scrabble.game.impl.RackImplNew.fill()
-
processing.core.PApplet.fill()
-
processing.core.PGraphics.fill()
-
processing.core.PShape.fill()
-
pt.opensoft.pdf.PDFFiller.fill()
A partir do pdf original, escreve num OutpuStream pegando nos valores do Map e colocando-os conforme descrito no ficheiro xml. Eventualmente, poder�o ser definidas as permiss�es do ficheiro, assim como uma password para o bloquear.
-
tconstruct.smeltery.logic.LavaTankLogic.fill()