-
ae.java.awt.Rectangle.translate()
Translates this Rectangle
the indicated distance, to the right along the X coordinate axis, and downward along the Y coordinate axis.
@param dx the distance to move this Rectangle
along the X axis
@param dy the distance to move this Rectangle
along the Y axis
@see ae.java.awt.Rectangle#setLocation(int,int)
@see ae.java.awt.Rectangle#setLocation(ae.java.awt.Point)
-
ae.java.awt.geom.AffineTransform.translate()
Concatenates this transform with a translation transformation. This is equivalent to calling concatenate(T), where T is an
AffineTransform
represented by the following matrix:
[ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ]
@param tx the distance by which coordinates are translated in theX axis direction
@param ty the distance by which coordinates are translated in theY axis direction
@since 1.2
-
bnGUI.venn.geometry.FPolygon.translate()
-
bof_java8.PhoneCoder.translate()
-
ca.eandb.jmist.framework.geometry.MeshBuilder.translate()
-
ca.eandb.jmist.framework.lens.TransformableLens.translate()
-
ca.eandb.jmist.framework.scene.TransformableSceneElement.translate()
-
charva.awt.Point.translate()
Translates this point by dx_ along the x axis and by dy_ along the y axis.
-
cli.MonoTouch.CoreGraphics.CGAffineTransform.Translate()
-
com.adobe.internal.fxg.types.FXGMatrix.translate()
Concatenates a transaltion matrix with translations (dx, dy) to the current matrix.
@param dx the translation x
@param dy the translation y
-
com.aqpproject.tools.Vector2D.translate()
Translate the vector
@param v amount of the translation
@return
-
com.ardor3d.math.Transform.translate()
Locally adds to the translation of this transform.
@param x
@param y
@param z
@return this transform for chaining.
-
com.ardublock.translator.Translator.translate()
-
com.badlogic.gdx.math.Matrix3.translate()
Postmultiplies this matrix by a translation matrix. Postmultiplication is also used by OpenGL ES' 1.x glTranslate/glRotate/glScale.
@param x The x-component of the translation vector.
@param y The y-component of the translation vector.
@return This matrix for the purpose of chaining.
-
com.bramosystems.oss.player.core.client.geom.TransformationMatrix.translate()
Performs a displacement transformation on this matrix along the x and y axes
@param x displacement along the x-axis (in pixels)
@param y displacement along the y-axis (in pixels)
-
com.cburch.draw.model.CanvasObject.translate()
-
com.cburch.logisim.circuit.appear.AppearanceAnchor.translate()
-
com.cburch.logisim.data.Bounds.translate()
-
com.cburch.logisim.data.Location.translate()
-
com.db4o.config.ObjectClass.translate()
registers a translator for this class.
The use of an {@link ObjectTranslator ObjectTranslator} is notcompatible with the use of an internal class ObjectMarshaller.
In client-server environment this setting should be used on both client and server.
This setting can be applied to an open object container.
@param translator this may be an {@link ObjectTranslator ObjectTranslator}or an {@link ObjectConstructor ObjectConstructor}
@see ObjectTranslator
@see ObjectConstructor
-
com.digitolio.jdbi.strategy.TranslatingStrategy.translate()
-
com.emitrom.lienzo.client.core.types.Transform.translate()
Concatenates this transform with a translation transformation. It basically moves a node with the specified offset (tx,ty). This is equivalent to calling concatenate(T), where T is an
Transform
represented by the following matrix:
[ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ]
@param tx the distance by which coordinates are translated in theX axis direction
@param ty the distance by which coordinates are translated in theY axis direction
@return this Transform
-
com.google.code.appengine.awt.Graphics.translate()
-
com.google.code.appengine.awt.Graphics2D.translate()
-
com.google.code.appengine.awt.Rectangle.translate()
-
com.google.code.appengine.awt.geom.AffineTransform.translate()
-
com.google.devtools.moe.client.editors.Translator.translate()
Translates the given Codebase, and returns the result.
-
com.google.gwt.canvas.dom.client.Context2d.translate()
-
com.google.gwt.maeglin89273.game.mengine.physics.Point.translate()
-
com.itextpdf.awt.PdfGraphics2D.translate()
@see Graphics#translate(int,int)
-
com.jada.util.GoogleTranslate.translate()
-
com.jcloisterzone.ui.ImmutablePoint.translate()
-
com.jgraph.gaeawt.java.awt.Rectangle.translate()
-
com.mobixess.jodb.core.plugin.IClassProcessor.translate()
-
com.mxgraph.model.mxGeometry.translate()
Translates the geometry by the specified amount. That is, x and y of the geometry, the sourcePoint, targetPoint and all elements of points are translated by the given amount. X and y are only translated if the geometry is not relative. If TRANSLATE_CONTROL_POINTS is false, then are not modified by this function.
@param dx Integer that specifies the x-coordinate of the translation.
@param dy Integer that specifies the y-coordinate of the translation.
-
com.netflix.suro.routing.filter.lang.MessageFilterTranslatable.translate()
-
com.nexirius.framework.htmlview.HTMLTranslator.translate()
-
com.nexirius.framework.htmlview.function.HTMLFunction.translate()
-
com.sencha.gxt.chart.client.draw.Matrix.translate()
Translates the matrix using the given x and y values.
@param x the translation on the x axis
@param y the translation on the y axis
-
com.serotonin.m2m2.i18n.TranslatableMessage.translate()
-
com.sk89q.craftbook.LocalPlayer.translate()
-
com.sun.dtv.lwuit.Graphics.translate()
Translates the X/Y location for drawing on the underlying surface. Translation is incremental so the new value will be added to the current translation and in order to reset translation we have to invoke {@code translate(-getTranslateX(), -getTranslateY()) }
@param x the x coordinate
@param y the y coordinate
-
com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet.translate()
Translate the stylesheet into JVM bytecodes.
-
com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelGenerator.translate()
Iterates through a nested policy and returns the corresponding policy info model.
@param parentAssertion The parent node.
@param policy The nested policy.
@return The nested policy translated to the policy info model.
-
com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelTranslator.translate()
The method translates {@link PolicySourceModel} structure into normalized {@link Policy} expression. The resulting Policyis disconnected from its model, thus any additional changes in model will have no effect on the Policy expression.
@param model the model to be translated into normalized policy expression. Must not be {@code null}.
@return translated policy expression in it's normalized form.
@throws PolicyException in case of translation failure
-
com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.translate()
This method translates a {@link Policy} into a{@link com.sun.xml.ws.policy.sourcemodel policy infoset}. The resulting PolicySourceModel is disconnected from the input policy, thus any additional changes in the policy will have no effect on the PolicySourceModel.
@param policy The policy to be translated into an infoset. May be null.
@return translated The policy infoset. May be null if the input policy wasnull.
@throws PolicyException in case Policy translation fails.
-
com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator.translate()
The method translates {@link PolicySourceModel} structure into normalized {@link Policy} expression. The resulting Policyis disconnected from its model, thus any additional changes in model will have no effect on the Policy expression.
@param model the model to be translated into normalized policy expression. Must not be {@code null}.
@return translated policy expression in it's normalized form.
@throws PolicyException in case of translation failure
-
com.tensegrity.palo.gwt.core.server.services.UserSession.translate()
-
com.trolltech.qt.gui.QPainter.translate()
-
com.vividsolutions.jts.math.Vector2D.translate()
-
crazypants.render.BoundingBox.translate()
-
cuchaz.enigma.mapping.Translator.translate()
-
de.sciss.util.DefaultUnitTranslator.translate()
-
de.yaams.extensions.basemap.tiled.core.MapLayer.translate()
Performs a linear translation of this layer by (dx, dy).
@param dx distance over x axis
@param dy distance over y axis
-
diva.canvas.CompositeFigure.translate()
Translate this figure the given distance. This method modifies the transform context with the transform.
-
diva.canvas.Figure.translate()
Move the figure the indicated distance.
-
diva.canvas.interactor.GrabHandle.translate()
-
diva.canvas.toolbox.BasicEllipse.translate()
-
diva.canvas.toolbox.IconFigure.translate()
Translate the figure the given distance.
-
diva.canvas.toolbox.ImageFigure.translate()
-
diva.canvas.toolbox.LabelFigure.translate()
-
diva.canvas.toolbox.PaintedFigure.translate()
-
diva.canvas.toolbox.VectorFigure.translate()
-
diva.util.java2d.PaintedString.translate()
Translate the label the given distance.
-
diva.util.java2d.Polyline2D.translate()
Translate the polyline the given distance.
-
eas.math.geometry.Polygon2D.translate()
Verschiebt das Polygon um den angegebenen Vektor.
@param vek Der Verschiebevektor.
-
eas.math.geometry.Vector2D.translate()
Addiert einen anderen Vektor auf diesen.
@param anderer Der andere Vektor.
-
eas.simulation.spatial.sim2D.marbSimulation.translator.Translator.translate()
Erzeugt ein Script zur Erzeugung eines endlichen Automaten durch Übersetzung des Codes.
@param cod Die zu übersetzende Automatensequenz.
@return Script eines endlichen Automaten -- die übersetzung des Codes.
-
edu.cmu.cs.stage3.math.Matrix44.translate()
-
edu.uci.ics.jung.visualization.transform.MutableTransformer.translate()
-
erogenousbeef.core.common.CoordTriplet.translate()
-
es.iiia.shapegrammar.shape.ShapeModel.translate()
-
factOrFiction.print.PrintContext.translate()
-
fcagnin.jglsdk.glutil.MatrixStack.translate()
-
fmg.fmg8.endlAutomat.translator.Translator.translate()
Erzeugt ein Script zur Erzeugung eines endlichen Automaten durch �bersetzung des codes.
@param cod Der zu �bersetzende Code.
@return Script eines endlichen Automaten -- die �bersetzung des Codes.
-
io.apigee.trireme.core.internal.PathTranslator.translate()
Convert a Node.js path to a native (Java) path based on the specified root. If the path is "above" the current root, then return null -- the caller must treat this as "file not found".
-
java.awt.Graphics.translate()
Translates the origin of the graphics context to the point (x, y) in the current coordinate system. Modifies this graphics context so that its new origin corresponds to the point (x, y) in this graphics context's original coordinate system. All coordinates used in subsequent rendering operations on this graphics context will be relative to this new origin.
@param x the x coordinate.
@param y the y coordinate.
-
java.awt.Graphics2D.translate()
Translates the origin of the Graphics2D
context to the point (x, y) in the current coordinate system. Modifies the Graphics2D
context so that its new origin corresponds to the point (x, y) in the Graphics2D
context's former coordinate system. All coordinates used in subsequent rendering operations on this graphics context are relative to this new origin.
@param x the specified x coordinate
@param y the specified y coordinate
@since JDK1.0
-
java.awt.Point.translate()
Translates this point, at location {@code (x,y)}, by {@code dx} along the {@code x} axis and {@code dy} along the {@code y} axis so that it now represents the point {@code (x+dx,y+dy)}.
@param dx the distance to move this point along the X axis
@param dy the distance to move this point along the Y axis
-
java.awt.Polygon.translate()
Translates the vertices of the Polygon
by deltaX
along the x axis and by deltaY
along the y axis.
@param deltaX the amount to translate along the X axis
@param deltaY the amount to translate along the Y axis
@since 1.1
-
java.awt.Rectangle.translate()
-
java.awt.geom.AffineTransform.translate()
Concatenates this transform with a translation transformation. This is equivalent to calling concatenate(T), where T is an
AffineTransform
represented by the following matrix:
[ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ]
@param tx the distance by which coordinates are translated in theX axis direction
@param ty the distance by which coordinates are translated in theY axis direction
@since 1.2
-
javafx.scene.canvas.GraphicsContext.translate()
-
limelight.util.Box.translate()
-
mekanism.api.Coord4D.translate()
Translates this Coord4D by the defined x, y, and z values.
@param x - x value to translate
@param y - y value to translate
@param z - z value to translate
@return translated Coord4D
-
mekanism.api.Pos3D.translate()
Translates this Pos3D by the defined values.
@param x - amount to translate on the x axis
@param y - amount to translate on the y axis
@param z - amount to translate on the z axis
@return the translated Pos3D
-
micdoodle8.mods.galacticraft.api.vector.BlockVec3.translate()
-
micdoodle8.mods.galacticraft.api.vector.Vector3.translate()
-
net.br410bury.graphics.GraphicsMatrix.translate()
Translates along the Transform3D type axis by the given amount.
@param amount The amount to translate
@param type The type of translation.
-
net.rim.device.api.math.Matrix4f.translate()
-
net.sf.latexdraw.glib.models.interfaces.shape.IPoint.translate()
Translates the point. If one of the given coordinate is not valid (NaN, infinite,...), then the translation does not occur.
@param tx The X translation.
@param ty The Y translation.
-
net.sf.latexdraw.parsers.svg.SVGMatrix.translate()
Translates the matrix (without reinitialisation).
@param x The x translation.
@param y The y translation.
@since 0.1
-
net.xoetrope.xui.helper.XTranslator.translate()
Look up the translation of a key using the current language resource. If the translation is not found the key valueis returned.
@param key the key string
@return the translation
-
nu.fw.jeti.plugins.Translator.translate()
-
nu3a.math.N3Matrix4D.translate()
Convierte la matriz actual en una matriz que representa la translacion especificada por el vector.
-
nu3a.scene.N3TransformationNode.translate()
M�todo que traslada el nodo de transformaci�n en la cantidad especificada por el vector 'v'.
@param v Vector que indica la traslaci�n en cada uno de los ejes.
-
oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.translate()
INTERNAL: Allow the call to translate from the translation for predefined calls.
-
oracle.toplink.essentials.internal.databaseaccess.DatasourceCall.translate()
Allow the call to translate from the translation for predefined calls.
-
org.antlr.codegen.ActionTranslator.translate()
-
org.antlr.codegen.ActionTranslatorLexer.translate()
-
org.antlr.grammar.v3.ActionTranslator.translate()
-
org.apache.batik.ext.awt.g2d.GraphicContext.translate()
Translates the origin of the graphics context to the point (x, y) in the current coordinate system. Modifies this graphics context so that its new origin corresponds to the point (x, y) in this graphics context's original coordinate system. All coordinates used in subsequent rendering operations on this graphics context will be relative to this new origin.
@param x the x coordinate.
@param y the y coordinate.
-
org.apache.batik.svggen.SVGGraphics2D.translate()
-
org.apache.commons.lang3.text.translate.CharSequenceTranslator.translate()
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints. The number of codepoints consumed must be returned, and the only IOExceptions thrown must be from interacting with the Writer so that the top level API may reliable ignore StringWriter IOExceptions.
@param input CharSequence that is being translated
@param index int representing the current point of translation
@param out Writer to translate the text to
@return int count of codepoints consumed
@throws IOException if and only if the Writer produces an IOException
-
org.apache.commons.math3.geometry.euclidean.threed.Plane.translate()
Translate the plane by the specified amount.
The instance is not modified, a new instance is created.
@param translation translation to apply
@return a new plane
-
org.apache.flex.compiler.internal.fxg.types.FXGMatrix.translate()
-
org.apache.fop.svg.PDFDocumentGraphics2D.translate()
-
org.apache.harmony.awt.gl.MultiRectArea.translate()
Translate MultiRectArea object by (x, y)
-
org.apache.hivemind.schema.Translator.translate()
Invoked by a {@link org.apache.hivemind.schema.Rule} to translate an inputValue into an appropriate object. Substitution symbols will already have been expanded before this method is invoked.
@param contributingModule the module from which the input value originates
@param propertyType the type of the property to be assigned by this translator; smart translators maybe able to automatically convert from string to the correct type
@param inputValue the value to be translated, either an attribute value or the content of the element
@param location the location of the inputValue; used to set the location of created objects,or when reporting errors
-
org.apache.hivemind.schema.rules.BooleanTranslator.translate()
-
org.apache.hivemind.schema.rules.ClassTranslator.translate()
-
org.apache.hivemind.schema.rules.ConfigurationTranslator.translate()
-
org.apache.hivemind.schema.rules.DoubleTranslator.translate()
Converts the string to an Double. The empty string is returned as zero. On failure, an error is logged and the method returns zero.
-
org.apache.hivemind.schema.rules.EnumerationTranslator.translate()
-
org.apache.hivemind.schema.rules.IdListTranslator.translate()
-
org.apache.hivemind.schema.rules.InstanceTranslator.translate()
-
org.apache.hivemind.schema.rules.IntTranslator.translate()
Converts the string to an Integer. The empty string is returned as zero. On failure, an error is logged and the method returns zero.
-
org.apache.hivemind.schema.rules.LongTranslator.translate()
Converts the string to an Long. The empty string is returned as zero. On failure, an error is logged and the method returns zero.
-
org.apache.hivemind.schema.rules.ObjectTranslator.translate()
-
org.apache.hivemind.schema.rules.QualifiedIdTranslator.translate()
@return null if the inputValue is null, otherwise, invokes{@link IdUtils#qualify(String,String)}.
-
org.apache.hivemind.schema.rules.ServicePointTranslator.translate()
-
org.apache.hivemind.schema.rules.SmartTranslator.translate()
-
org.apache.isis.viewer.dnd.drawing.Bounds.translate()
-
org.apache.isis.viewer.dnd.drawing.Location.translate()
-
org.apache.isis.viewer.dnd.drawing.Shape.translate()
-
org.apache.jackrabbit.vault.fs.api.WorkspaceFilter.translate()
Translates this workspace filter using the given path mapping.
@param mapping the path mapping
@return a new workspace filter
@since 2.4.10
-
org.apache.jackrabbit.vault.fs.config.DefaultWorkspaceFilter.translate()
{@inheritDoc}
-
org.apache.maven.plugin.dependency.utils.translators.ArtifactTranslator.translate()
-
org.apache.maven.plugin.dependency.utils.translators.ClassifierTypeTranslator.translate()
-
org.apache.oodt.xmlps.mapping.funcs.MappingFunc.translate()
Translates the original CDE {@link CDEValue} into a local site's SDE{@link CDEValue}.
@param orig The original {@link CDEValue} to translate.
@return The translated {@link CDEValue}.
-
org.apache.openjpa.util.RuntimeExceptionTranslator.translate()
Translate the given exception.
-
org.apache.pdfbox.util.Matrix.translate()
Translates this matrix by the given vector.
@param vector 2D vector
-
org.apache.pivot.wtk.Bounds.translate()
-
org.apache.pivot.wtkx.Translator.translate()
Translates a WTKX resource into a Java source file.
@param referenceClass The class relative to which the WTKX resource can be found.
@param resourceName A path name that identifies the WTKX resource. The path name should be of the form defined by {@link Class#getResource(String)} and is relativeto the base package.
@return The Java source file representation of the WTKX resource.
-
org.apache.tika.language.translate.MicrosoftTranslator.translate()
Use the Microsoft service to translate the given text from the given source language to the given target. You must set the client keys in translator.microsoft.properties.
@param text The text to translate.
@param sourceLanguage The input text language (for example, "en").
@param targetLanguage The desired language to translate to (for example, "fr").
@return The translated text. If translation is unavailable, returns the unchanged text.
@throws Exception
@see org.apache.tika.language.translate.Translator
@since Tika 1.6
-
org.apache.xalan.xsltc.compiler.Stylesheet.translate()
Translate the stylesheet into JVM bytecodes.
-
org.eclipse.draw2d.Graphics.translate()
-
org.eclipse.draw2d.SWTGraphics.translate()
-
org.eclipse.draw2d.geometry.Point.translate()
-
org.eclipse.draw2d.geometry.PointList.translate()
-
org.eclipse.draw2d.geometry.PrecisionRectangle.translate()
-
org.eclipse.draw2d.geometry.Rectangle.translate()
-
org.eclipse.jface.text.templates.TemplateTranslator.translate()
Translates a template to a TemplateBuffer
. null
is returned if there was an error. getErrorMessage()
retrieves the associated error message.
@param template the template to translate.
@return returns the template buffer corresponding to the string
@see #getErrorMessage()
@throws TemplateException if translation failed
-
org.eclipse.persistence.internal.databaseaccess.DatabaseCall.translate()
INTERNAL: Allow the call to translate from the translation for predefined calls.
-
org.eclipse.persistence.internal.databaseaccess.DatasourceCall.translate()
Allow the call to translate from the translation for predefined calls.
-
org.eclipse.swt.graphics.Transform.translate()
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation translated by (offsetX, offsetY).
@param offsetX the distance to translate in the X direction
@param offsetY the distance to translate in the Y direction
@exception SWTException
- ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed
-
org.eclipse.wb.draw2d.geometry.Point.translate()
-
org.eclipse.wb.draw2d.geometry.Rectangle.translate()
-
org.eurekastreams.server.action.execution.notification.translator.NotificationTranslator.translate()
Creates a list of notifications for the given event.
@param request The request containing information about the event that occurred.
@return Notification batch (includes notification types, recipients, and properties).
-
org.exist.util.Base64Decoder.translate()
Decode the base 64 string into a byte array (which can subsequently be accessed using getByteArray()
@param str the base 64 string
@throws IllegalArgumentException if the base64 string is incorrectly formatted
-
org.exist.util.Base64Encoder.translate()
Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding. If there are bytes in `out' already, the new bytes are appended, so the caller should do `out.setLength(0)' first if that's desired.
-
org.exolab.castor.util.MimeBase64Decoder.translate()
-
org.exolab.castor.util.MimeBase64Encoder.translate()
Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding. If there are bytes in `out' already, the new bytes are appended, so the caller should do `out.setLength(0)' first if that's desired.
-
org.fao.geonet.kernel.search.CodeListTranslator.translate()
-
org.fao.geonet.kernel.search.Translator.translate()
-
org.fonteditor.elements.points.FEPointList.translate()
-
org.freehep.graphics2d.VectorGraphics.translate()
-
org.freehep.graphicsio.svg.SVGGraphics2D.translate()
-
org.geomajas.gwt.client.spatial.Bbox.translate()
Translates this bounds with displacement dx and dy.
@param dx x displacement
@param dy y displacement
-
org.geomajas.puregwt.client.spatial.Bbox.translate()
Translates this bounds with displacement dx and dy.
@param dx x displacement
@param dy y displacement
-
org.geotools.data.dxf.entities.DXFEntity.translate()
-
org.geotools.geometry.jts.ReferencedEnvelope.translate()
-
org.geotools.geometry.jts.TransformedShape.translate()
-
org.jboss.errai.cdi.server.gwt.util.SimpleTranslator.translate()
Copy an xml file, removing any xml tags matching those provided with {@link SimpleTranslator#addFilter(Tag)} and adding any tags to providedwith {@link SimpleTranslator#addNewTag(String,Tag)}.
@param in A stream to an xml file.
@param out A stream to an empty file.
-
org.jboss.test.bpel.ws.consumption.partner.spi.Dictionary.translate()
-
org.jemmy.Rectangle.translate()
Translates this Rectangle
the indicated distance, to the right along the X coordinate axis, and downward along the Y coordinate axis.
@param dx the distance to move this Rectangle
along the X axis
@param dy the distance to move this Rectangle
along the Y axis
@see #setLocation(int,int)
@see #setLocation(org.jemmy.Point)
-
org.jitterbit.integration.client.plugin.pipeline.xml.XmlToManifestTranslator.translate()
Translates the specified plugin XML to one or more PipelinePluginManifests
. The passed in string is assumed to represent the content of a pipeline plugin plugin.xml
file, and one manifest is returned for each <PipelinePlugin>
element found in the XML. The string is first parsed to extract the Jitterbit Plugin Specification version and the Pipeline Plugin Specification version. This information is then used to create an appropriate {@link PipelinePluginManifestLoader}.
@param xml an PluginAsXml
instance representing the XML data.
@return an array of PipelinePluginManifest
instances, one for each<PipelinePlugin>
element in the input XML that was successfully parsed. An empty array is returned if no plugin manifests were found.
@throws PluginSpecificationException if the specified XML string could not be parsed into PipelinePluginManifests
.
-
org.joshy.gfx.draw.GFX.translate()
-
org.lwjgl.util.vector.Matrix4f.translate()
Translate this matrix
@param vec The vector to translate by
@return this
-
org.mt4j.components.visibleComponents.shapes.MTEllipse.translate()
-
org.mt4j.components.visibleComponents.shapes.MTRectangle.translate()
-
org.mt4j.components.visibleComponents.shapes.mesh.MTSphere.translate()
-
org.mt4j.components.visibleComponents.widgets.MTColorPicker.translate()
-
org.mt4j.components.visibleComponents.widgets.MTSlider.translate()
-
org.mt4j.components.visibleComponents.widgets.MTTextArea.translate()
-
org.mt4j.components.visibleComponents.widgets.buttons.MTImageButton.translate()
-
org.mt4j.components.visibleComponents.widgets.buttons.MTSvgButton.translate()
-
org.nlogo.api.Graphics2DWrapper.translate()
-
org.olat.core.gui.translator.PackageTranslator.translate()
Translates the string from the packageName localization file.
@param key The key to translate
@return The internationalized strings
-
org.olat.core.gui.translator.Translator.translate()
@param key
@return
-
org.openmrs.module.htmlformentry.Translator.translate()
Gets the translation for a specific code and locale
@param localeStr the name of the locale
@param key the code
@return the translation associated with that code and locale
-
org.oxbow.swingbits.util.IObjectToStringTranslator.translate()
-
org.pdfclown.documents.contents.composition.PrimitiveComposer.translate()
Applies a translation to the coordinate system from user space to device space [PDF:1.6:4.2.2].
@see #applyMatrix(float,float,float,float,float,float)
@param distanceX Horizontal distance.
@param distanceY Vertical distance.
-
org.rendersnake.site.HtmlToRenderSnakeTranslator.translate()
-
org.renjin.gcc.translate.FunctionTranslator.translate()
-
org.sodbeans.matching.parser.MatchKeyword.translate()
-
org.spout.api.geo.cuboid.Block.translate()
-
org.springframework.jdbc.support.SQLExceptionTranslator.translate()
Translate the given {@link SQLException} into a generic {@link DataAccessException}.
The returned DataAccessException is supposed to contain the original SQLException
as root cause. However, client code may not generally rely on this due to DataAccessExceptions possibly being caused by other resource APIs as well. That said, a getRootCause() instanceof SQLException
check (and subsequent cast) is considered reliable when expecting JDBC-based access to have happened.
@param task readable text describing the task being attempted
@param sql SQL query or update that caused the problem (may be null
)
@param ex the offending SQLException
@return the DataAccessException, wrapping the SQLException
@see org.springframework.dao.DataAccessException#getRootCause()
-
org.teavm.dom.canvas.CanvasRenderingContext2D.translate()
-
org.teiid.dqp.internal.datamgr.LanguageBridgeFactory.translate()
-
org.teiid.query.sql.visitor.CriteriaTranslatorVisitor.translate()
-
org.teiid.translator.jdbc.EscapeSyntaxModifier.translate()
-
org.teiid.translator.jdbc.oracle.Log10FunctionModifier.translate()
-
org.zanata.service.TranslationService.translate()
Updates multiple text flows within a project-iteration.
@param localeId
@param translationRequests
@return information about each translation change
-
pivot.wtk.Bounds.translate()
-
pivot.wtkx.Translator.translate()
Translates a WTKX resource into a Java source file. The translated class will implement the {@link Bindable.ObjectHierarchy} interface.
@param referenceClass The class relative to which the WTKX resource can be found.
@param resourceName A path name that identifies the WTKX resource. The path name should be of the form defined by {@link Class#getResource(String)} and is relativeto the base package. Note that this is the same form as is defined in {@link Bindable.Load#resourceName()}.
@return The Java source file representation of the WTKX resource.
-
ponkOut.graphics.WorldText.translate()
-
processing.core.PApplet.translate()
-
processing.core.PGraphics.translate()
-
processing.core.PGraphicsJava2D.translate()
-
processing.core.PMatrix3D.translate()
-
q_impress.pmi.lib.jmt.xml.XmlTranslator.translate()
Generates the XML for the queue network.
@see ITranslator
-
quicktime.std.image.Matrix.translate()
-
railo.runtime.img.Image.translate()
-
ru.snake.spritepacker.core.Animation.translate()
-
simtools.diagram.Element.translate()
Translates the shape
-
simtools.shapes.AbstractShape.translate()
Translates the shape
-
sun.print.ProxyGraphics2D.translate()
Translates the origin of the graphics context to the point (x, y) in the current coordinate system. Modifies this graphics context so that its new origin corresponds to the point (x, y) in this graphics context's original coordinate system. All coordinates used in subsequent rendering operations on this graphics context will be relative to this new origin.
@param x the x coordinate.
@param y the y coordinate.
@since JDK1.0
-
sw_digitalworks.CommandInterpreter.translate()
Ez a függvény értelmezi a parancsokat, azok paramétereivel együtt
@param s
-
tiled.core.MapLayer.translate()
Performs a linear translation of this layer by (dx, dy).
@param dx distance over x axis
@param dy distance over y axis
-
universalelectricity.api.vector.Vector3.translate()
Gets a position relative to a position's side
@param side - The side. 0-5
@return The position relative to the original position's side
-
us.ihmc.graphics3DAdapter.graphics.Graphics3DObject.translate()
-
whitewerx.com.trapos.translators.RateTranslator.translate()
-
whitewerx.com.trapos.translators.TradeTranslator.translate()