RelativeRectangle

RelativeRectangle

Visión general

RelativeRectangle Es una clase en Aspose.3D FOSS para Java. Heredados de: Struct<RelativeRectangle>, Serializable.

La fórmula entre el componente relativo y el valor absoluto es: Escala * (Rencha de referencia) + descuento Así que si queremos que representa un valor absoluto, dejamos todos los campos de escala cero, y utilizemos los campamentos desquentos en su lugar.

Esta clase proporciona 25 métodos para trabajar con los objetos de RelativeRectangle en programas Java. Los métodos disponibles incluyen: RelativeRectangle, clone, copyFrom, equals, fromScale, getOffsetHeight, getOffsetWidth, getOffsetX, getOffsetY, getScaleHeight, getScaleWidth, getScaleX,y 12 métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.3D FOSS para el paquete Java. Propiedades : offsetHeight, offsetWidth, offsetX, offsetY, scaleHeight, scaleWidth,Y dos más.

Propiedades

NameTypeAccessDescription
scaleXfloatReadRelative coordinate X @return Relative coordinate X /
scaleYfloatReadRelative coordinate Y @return Relative coordinate Y /
scaleWidthfloatReadRelative width @return Relative width /
scaleHeightfloatReadRelative height @return Relative height /
offsetXintReadGets the offset for coordinate X @return the offset for coordinate X /
offsetYintReadGets the offset for coordinate Y @return the offset for coordinate Y /
offsetWidthintReadGets the offset for width @return the offset for width /
offsetHeightintReadGets the offset for height @return the offset for height /

Métodos

SignatureDescription
RelativeRectangle()Calls RelativeRectangle on this RelativeRectangle instance.
RelativeRectangle(left: int, top: int, width: int, height: int)Calls RelativeRectangle(left, top, width, height) on this RelativeRectangle instance.
getScaleX()floatRelative coordinate X @return Relative coordinate X /
setScaleX(value: float)Relative coordinate X @param value New value /
getScaleY()floatRelative coordinate Y @return Relative coordinate Y /
setScaleY(value: float)Relative coordinate Y @param value New value /
getScaleWidth()floatRelative width @return Relative width /
setScaleWidth(value: float)Relative width @param value New value /
getScaleHeight()floatRelative height @return Relative height /
setScaleHeight(value: float)Relative height @param value New value /
getOffsetX()intGets the offset for coordinate X @return the offset for coordinate X /
setOffsetX(value: int)Sets the offset for coordinate X @param value New value /
getOffsetY()intGets the offset for coordinate Y @return the offset for coordinate Y /
setOffsetY(value: int)Sets the offset for coordinate Y @param value New value /
getOffsetWidth()intGets the offset for width @return the offset for width /
setOffsetWidth(value: int)Sets the offset for width @param value New value /
getOffsetHeight()intGets the offset for height @return the offset for height /
setOffsetHeight(value: int)Sets the offset for height @param value New value /
toAbsolute(left: int, top: int, width: int, height: int)RectConvert the relative rectangle to absolute rectangle @param left Left of the rectangle @param top Top of the rectangle @param width Width of the rectangle @param height Height of the rectangle @r
fromScale(scaleX: float, scaleY: float, scaleWidth: float, scaleHeight: float)RelativeRectangleConstruct a RelativeRectangle with all offset fields zero and scale fields from given parameters.
toString()StringCalls toString on this RelativeRectangle instance.
clone()RelativeRectangleCalls clone on this RelativeRectangle instance.
copyFrom(src: RelativeRectangle)Calls copyFrom(src) on this RelativeRectangle instance.
hashCode()intCalls hashCode on this RelativeRectangle instance.
equals(obj: Object)booleanCalls equals(obj) on this RelativeRectangle instance.

Ver también

 Español