Uses of Class
com.quinncurtis.chart3djava.ChartDimension3D

Uses of ChartDimension3D in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return ChartDimension3D
 ChartDimension3D PhysicalCoordinates.convertDimension(int ndestpostype, ChartDimension3D source, int nsrcpostype)
          This method converts width and height dimensions from one coordinate system to another.
 ChartDimension3D ChartImage.getImageScaleFactor()
          Returns the current scale factor of the image.
 ChartDimension3D ChartImage.getImageSize()
          Returns the current size (width and height) of the image.
 ChartDimension3D ChartDimension3D.getSize()
          Gets the size of this ChartDimension3D object.
 ChartDimension3D UserCoordinates.getStringDimension(java.awt.Graphics2D g2, java.lang.String s)
          This method returns the bounding dimension of the specified string, rendered using the current font.
 ChartDimension3D ChartText.getTextDimension(java.awt.Graphics2D g2, java.lang.String s)
          Returns the height and width of the text object, taking into account multiline text.
 ChartDimension3D ChartZoom.getZoomRangeLimitsRatio()
          This method returns the zoom range limits ratio placed on the zoom operation.
 ChartDimension3D PhysicalCoordinates.normalizeRect(double w, double h, double d, int nmode)
          This method returns the normalized width and height of a rectangle, using the specified graph area physical coordinate system range.
 ChartDimension3D PhysicalCoordinates.unNormalizeRect(double w, double h, double d, int nmode)
          This method converts a rectangles normalized width and height into physical coordinates.
 

Methods in com.quinncurtis.chart3djava with parameters of type ChartDimension3D
 void PhysicalCoordinates.convertDimension(ChartDimension3D dest, int ndestpostype, ChartDimension3D source, int nsrcpostype)
          This method converts width and height dimensions from one coordinate system to another.
 ChartDimension3D PhysicalCoordinates.convertDimension(int ndestpostype, ChartDimension3D source, int nsrcpostype)
          This method converts width and height dimensions from one coordinate system to another.
 void ChartDimension3D.copy(ChartDimension3D source)
          Copies the source object.
 void ChartImage.setImageScaleFactor(ChartDimension3D psize)
          Sets the current scale factor of the image.
 void ChartImage.setImageSize(ChartDimension3D wh)
          Sets the current size (width and height) of the image.
 void ChartDimension3D.setSize(ChartDimension3D d)
          Set the size of this ChartDimension3D object to the specified size.
 void ChartZoom.setZoomRangeLimits(ChartDimension3D limits)
          This method sets the zoom range limits placed on the zoom operation.
 void ChartZoom.setZoomRangeLimitsRatio(ChartDimension3D ratio)
          This method sets the zoom range limits placed on the zoom operation.
 void PhysicalCoordinates.unNormalizeRect(ChartDimension3D dest, double w, double h, double d, int nmode)
          This method converts a rectangles normalized width and height into physical coordinates.
 

Constructors in com.quinncurtis.chart3djava with parameters of type ChartDimension3D
ChartDimension3D(ChartDimension3D d)
          Creates an instance of ChartDimension3D whose width and height are the same as for the specified dimension.