-
ToolPathWriter.CraftRoboWriter.scale()
-
ToolPathWriter.DXFWriter.scale()
-
ae.sun.java2d.loops.ScaledBlit.Scale()
-
cl.alejo.jcsim.csim.circuit.Box.scale()
Zoomeamos una caja Creation date: (07/04/01 16:20:31)
@param zoom double
-
classes.SyberiadaImage.scale()
-
com.adobe.internal.fxg.types.FXGMatrix.scale()
Concatenates a scaling matrix with scale factors scaleX and scaleY to the current matrix.
@param scaleX the scaling x
@param scaleY the scaling y
-
com.aqpproject.tools.Vector2D.scale()
Scale the vector
@param scale amount of the scale
@return
-
com.badlogic.gdx.math.Matrix3.scale()
Postmultiplies this matrix with a scale matrix. Postmultiplication is also used by OpenGL ES' 1.x glTranslate/glRotate/glScale.
@param scaleX The scale in the x-axis.
@param scaleY The scale in the y-axis.
@return This matrix for the purpose of chaining.
-
com.bramosystems.oss.player.core.client.geom.TransformationMatrix.scale()
Performs a scalling transformation on this matrix along the x and y axes. The x-axis is multiplied by x
and the y-axis is multiplied by y
.
@param x multiplier used to scale the matrix along the x-axis
@param y multiplier used to scale the matrix along the y-axis
-
com.flansmod.common.vector.Vector3f.scale()
-
com.google.code.appengine.awt.geom.AffineTransform.scale()
-
com.google.gwt.canvas.dom.client.Context2d.scale()
-
com.itstherules.image.AWTImage.scale()
-
com.itstherules.image.IImage.scale()
-
com.jcloisterzone.ui.ImmutablePoint.scale()
-
com.jme3.math.Matrix4f.scale()
Apply a scale to this matrix.
@param scale the scale to apply
-
com.jme3.scene.Geometry.scale()
-
com.jme3.scene.Spatial.scale()
Scales the spatial by the given value
@return The spatial on which this method is called, e.g this
.
-
com.opengamma.analytics.math.matrix.MatrixAlgebra.scale()
Scale a vector or matrix by a given amount, i.e. each element is multiplied by the scale.
@param m A vector or matrix, not null
@param scale The scale
@return the scaled vector or matrix
-
com.pholser.junit.quickcheck.generator.Precision.scale()
-
com.pointcliki.core.Sprite.scale()
-
com.pugh.sockso.music.CoverArt.scale()
scales an image to the specified width and height and returns a new image
@param origImage
@param width
@param height
@return
-
com.sencha.gxt.chart.client.draw.Matrix.scale()
Scales the matrix using given x and y scale and the given origin
@param x the x scale
@param y the y scale
@param cx the x-coordinate of the scale
@param cy the y-coordinate of the scale
-
com.sk89q.worldedit.math.transform.AffineTransform.scale()
-
com.thecrouchmode.vector.Vector3f.scale()
-
crazypants.render.BoundingBox.scale()
-
crazypants.vecmath.Vector2d.scale()
-
crazypants.vecmath.Vector3d.scale()
-
crazypants.vecmath.Vector4f.scale()
-
eas.math.geometry.Polygon2D.scale()
Skaliert das Polygon um die angegebene X- und Y-Richtung und den angegebenen Mittelpunkt.
@param skal Der Skalierungsvektor.
@param mitte Der Mittelpunkt des Skalierens.
-
eas.math.geometry.Vector2D.scale()
Skaliert den Vektor um die angegebene X- und Y-Richtung und den angegebenen Mittelpunkt.
@param skal Der Skalierungsvektor.
@param mitte Der Mittelpunkt des Skalierens.
-
eas.simulation.spatial.sim2D.physicalSimulation.physicsEngine.net.phys2d.math.Vector2f.scale()
Scale this vector by a value
@param a The value to scale this vector by
-
edu.cmu.cs.stage3.math.Matrix44.scale()
-
edu.stanford.nlp.neural.SimpleTensor.scale()
Returns a new tensor which has the values of the original tensor scaled by scaling
. The original object is unaffected.
-
edu.uci.ics.jung.visualization.control.CrossoverScalingControl.scale()
@see edu.uci.ics.jung.visualization.control.ScalingControl#scale(VisualizationViewer,float,Point2D)
-
edu.uci.ics.jung.visualization.control.ScalingControl.scale()
zoom the display in or out
@param vv the VisualizationViewer
@param amount how much to adjust scale by
@param at where to adjust scale from
-
edu.uci.ics.jung.visualization.transform.MutableTransformer.scale()
-
es.iiia.shapegrammar.shape.ShapeModel.scale()
-
fcagnin.jglsdk.glm.Vec3.scale()
-
fcagnin.jglsdk.glutil.MatrixStack.scale()
-
gaia.cu1.tools.numeric.algebra.GVector3d.scale()
-
general.datastructures.Vector2f.scale()
Scales a {@link Vector2f} by a specific amount
@param scale Scalingcoefficient
-
geomerative.RShape.scale()
-
gov.sandia.cognition.math.matrix.Matrix.scale()
-
gov.sandia.cognition.math.matrix.Vector.scale()
-
hipi.image.FloatImage.scale()
@param image Each value is scaled by the corresponding value in image
-
java.awt.Graphics2D.scale()
Concatenates the current
Graphics2D
Transform
with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling. This is equivalent to calling
transform(S)
, where S is an
AffineTransform
represented by the following matrix:
[ sx 0 0 ] [ 0 sy 0 ] [ 0 0 1 ]
@param sx the amount by which X coordinates in subsequentrendering operations are multiplied relative to previous rendering operations.
@param sy the amount by which Y coordinates in subsequent rendering operations are multiplied relative to previous rendering operations.
-
java.awt.geom.AffineTransform.scale()
Concatenates this transform with a scaling transformation. This is equivalent to calling concatenate(S), where S is an
AffineTransform
represented by the following matrix:
[ sx 0 0 ] [ 0 sy 0 ] [ 0 0 1 ]
@param sx the factor by which coordinates are scaled along the X axis direction
@param sy the factor by which coordinates are scaled along theY axis direction
@since 1.2
-
java.math.BigDecimal.scale()
Returns the scale of this {@code BigDecimal}. If zero or positive, the scale is the number of digits to the right of the decimal point. If negative, the unscaled value of the number is multiplied by ten to the power of the negation of the scale. For example, a scale of {@code -3} means the unscaledvalue is multiplied by 1000.
@return the scale of this {@code BigDecimal}.
-
java.math.BigInteger.scale()
-
javax.jdo.annotations.Column.scale()
-
javax.persistence.Column.scale()
-
javax.persistence.MapKeyColumn.scale()
-
javax.vecmath.GVector.scale()
-
javax.vecmath.Point2d.scale()
-
javax.vecmath.Point3d.scale()
-
javax.vecmath.Point3f.scale()
-
javax.vecmath.Point4f.scale()
-
javax.vecmath.Vector2d.scale()
-
javax.vecmath.Vector2f.scale()
-
javax.vecmath.Vector3d.scale()
-
javax.vecmath.Vector3f.scale()
-
jscicalc.complex.Complex.scale()
Scale this.
@param real The scale factor
@return The product of this and real.
-
lcmc.crm.ui.CrmGraph.scale()
-
math.Vector.scale()
Multiplies the length of the vector with the given factor.
-
mikera.arrayz.INDArray.scale()
Scales all elements of the array in place by a given double value
-
mikera.matrixx.Matrix.scale()
-
mikera.vectorz.AVector.scale()
Scales the vector by another vector of the same size
@param v
-
mikera.vectorz.Vector.scale()
-
net.phys2d.math.Vector2f.scale()
Scale this vector by a value
@param a The value to scale this vector by
-
net.rim.device.api.math.Vector3f.scale()
-
net.sf.fysix.math.Vector2d.scale()
-
net.sf.jsignpdf.types.RelRect.scale()
Sets new dimension. Minimal values for both sizes (width, height) are [1,1]
@param newWidth
@param newHeight
-
net.sf.latexdraw.parsers.svg.SVGMatrix.scale()
Scales the matrix (without reinitialisation).
@param scaleFactor The scale factor.
@since 0.1
-
nu3a.math.N3Matrix4D.scale()
Convierte la matriz actual en una matriz que representa el escalado especificado por el vector.
@param v Vector que representa el escalado
-
org.apache.batik.ext.awt.g2d.GraphicContext.scale()
Concatenates the current
Graphics2D
Transform
with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling. This is equivalent to calling
transform(S)
, where S is an
AffineTransform
represented by the following matrix:
[ sx 0 0 ] [ 0 sy 0 ] [ 0 0 1 ]
@param sx the amount by which X coordinates in subsequentrendering operations are multiplied relative to previous rendering operations.
@param sy the amount by which Y coordinates in subsequentrendering operations are multiplied relative to previous rendering operations.
-
org.apache.batik.svggen.SVGGraphics2D.scale()
-
org.apache.flex.compiler.internal.fxg.types.FXGMatrix.scale()
-
org.apache.fop.svg.PDFGraphics2D.scale()
-
org.apache.hadoop.hive.common.type.HiveDecimal.scale()
-
org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo.scale()
-
org.apache.harmony.awt.gl.font.LineMetricsImpl.scale()
All metrics are scaled according to scaleX and scaleY values. This function helps to recompute metrics according to the scale factors of desired AffineTransform.
@param scaleX scale X factor
@param scaleY scale Y factor
-
org.eclipse.birt.chart.model.attribute.Bounds.scale()
-
org.eclipse.draw2d.geometry.Dimension.scale()
-
org.eclipse.draw2d.geometry.Point.scale()
-
org.eclipse.draw2d.geometry.Rectangle.scale()
-
org.eclipse.swt.graphics.Transform.scale()
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation scaled by (scaleX, scaleY).
@param scaleX the amount to scale in the X direction
@param scaleY the amount to scale in the Y direction
@exception SWTException
- ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed
-
org.ejml.simple.SimpleMatrix.scale()
-
org.geomajas.gwt.client.map.MapView.scale()
Adjust the current scale on the map by a new factor.
@param delta Adjust the scale by factor "delta".
-
org.geotools.geometry.iso.coordinate.DirectPositionImpl.scale()
Scales the ordinates of the DirectPosition by a factor: newOrdinate = oldOrdinate * factor
@param factor Scaling factor
-
org.geotools.geometry.jts.TransformedShape.scale()
Apply a uniform scale.
-
org.gephi.lib.gleem.linalg.Vec3f.scale()
this = this * val
-
org.gudy.azureus2.ui.swt.views.utils.CoordinateTransform.scale()
-
org.jfree.experimental.swt.SWTGraphics2D.scale()
Applies a scale transform.
@param scaleX the scale factor along the x-axis.
@param scaleY the scale factor along the y-axis.
-
org.jmol.adapter.smarter.Atom.scale()
-
org.lwjgl.util.vector.Matrix4f.scale()
Scales this matrix
@param vec The vector to scale by
@return this
-
org.lwjgl.util.vector.Vector2f.scale()
-
org.lwjgl.util.vector.Vector3f.scale()
-
org.mt4j.components.visibleComponents.shapes.AbstractShape.scale()
-
org.mt4j.components.visibleComponents.shapes.MTPolygon.scale()
-
org.mt4j.components.visibleComponents.shapes.MTRectangle.scale()
-
org.mt4j.components.visibleComponents.widgets.MTImage.scale()
-
org.mt4j.components.visibleComponents.widgets.buttons.MTImageButton.scale()
-
org.mt4j.components.visibleComponents.widgets.buttons.MTSvgButton.scale()
-
org.mt4j.util.math.Matrix.scale()
Apply a scale to this matrix.
@param scale the scale to apply
-
org.omg.CORBA.FixedDef.scale()
-
org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D.scale()
-
org.teavm.dom.canvas.CanvasRenderingContext2D.scale()
-
org.xhtmlrenderer.extend.FSImage.scale()
-
org.xhtmlrenderer.pdf.ITextFSImage.scale()
-
physics.Vector2D.scale()
-
processing.core.PApplet.scale()
-
processing.core.PGraphics.scale()
-
se.llbit.math.Vector3d.scale()
Scale this vector by s
@param s
-
siena.core.DecimalPrecision.scale()
-
soc.qase.tools.vecmath.Vector3f.scale()
Scale the argument vector and store the result in the current vector.
@param s the scaling factor
@param v the vector to be scaled
-
sun.java2d.loops.ScaledBlit.Scale()
-
sun.print.ProxyGraphics2D.scale()
Concatenates the current transform of this Graphics2D with a scaling transformation. This is equivalent to calling transform(S), where S is an AffineTransform represented by the following matrix:
[ sx 0 0 ] [ 0 sy 0 ] [ 0 0 1 ]
-
toxi.geom.Vec2D.scale()
-
toxi.geom.Vec3D.scale()
-
toxi.geom.mesh.TriangleMesh.scale()
-
universalelectricity.api.vector.Vector3.scale()
-
whitening.opengl.s.nehe.commons.Tuple3f.scale()