Uses of Class
com.stimulsoft.report.units.StiUnit

Packages that use StiUnit
com.stimulsoft.report   
com.stimulsoft.report.chart   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.components.table   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.saveLoad   
com.stimulsoft.report.units   
 

Uses of StiUnit in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiUnit
 StiUnit StiReport.getUnit()
           
 

Methods in com.stimulsoft.report with parameters of type StiUnit
 void StiReport.convert(StiUnit oldUnit, StiUnit newUnit)
           
 double StiReport.convertToHInches(StiUnit unit, double value)
           
 StiRectangle StiReport.convertToHInches(StiUnit unit, StiRectangle value)
           
 void StiReport.setUnit(StiUnit value)
           
 

Uses of StiUnit in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart with parameters of type StiUnit
 void StiChart.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 

Uses of StiUnit in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiUnit
 StiUnit StiPage.getReportUnit()
          Used for save/load page.
 StiUnit StiPage.getUnit()
           
 

Methods in com.stimulsoft.report.components with parameters of type StiUnit
 void StiPage.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another * *
 void StiComponent.convert(StiUnit oldUnit, StiUnit newUnit)
           
 void StiComponent.convert(StiUnit oldUnit, StiUnit newUnit, boolean isReportSnapshot, boolean convertComponents)
           
 double StiPage.ConvertFromHInches(StiUnit unit, double value)
           
 double StiPage.ConvertToHInches(StiUnit unit, double value)
           
 StiRectangle StiPage.convertToHInches(StiUnit unit, StiRectangle rect)
           
 void StiPage.setReportUnit(StiUnit value)
           
 

Uses of StiUnit in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiUnit
 void StiDataBand.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 

Uses of StiUnit in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiUnit
 void StiSubReport.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 void StiContainer.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 void StiContainer.Convert(StiUnit oldUnit, StiUnit newUnit, boolean convertComponents)
          Converts a component out of one unit into another.
 

Uses of StiUnit in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiUnit
 void IStiUnitConvert.convert(StiUnit oldUnit, StiUnit newUnit)
          Convertes component from one unit into another.
 

Uses of StiUnit in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiUnit
 void StiVerticalLinePrimitive.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 void StiTextInCells.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 void StiRectanglePrimitive.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 void StiCheckBox.convert(StiUnit oldUnit, StiUnit newUnit)
           
 

Uses of StiUnit in com.stimulsoft.report.components.table
 

Methods in com.stimulsoft.report.components.table with parameters of type StiUnit
 void StiTable.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 

Uses of StiUnit in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiUnit
 void StiCrossTab.convert(StiUnit oldUnit, StiUnit newUnit)
          Converts a component out of one unit into another.
 

Uses of StiUnit in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiUnit
 StiUnit StiForm.getUnit()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiUnit
 void StiReportControl.convert(StiUnit oldUnit, StiUnit newUnit)
           
 void StiForm.convert(StiUnit oldUnit, StiUnit newUnit)
           
 

Uses of StiUnit in com.stimulsoft.report.saveLoad
 

Methods in com.stimulsoft.report.saveLoad that return StiUnit
 StiUnit StiDocument.getUnit()
           
 

Methods in com.stimulsoft.report.saveLoad with parameters of type StiUnit
 void StiDocument.setUnit(StiUnit value)
           
 

Uses of StiUnit in com.stimulsoft.report.units
 

Subclasses of StiUnit in com.stimulsoft.report.units
 class StiCentimetersUnit
          Report units - centimeters.
 class StiHundredthsOfInchUnit
          Report units - hundredths of inch.
 class StiInchesUnit
          Report units - inches.
 class StiMillimetersUnit
          Report units - millimeters.
 

Methods in com.stimulsoft.report.units that return StiUnit
static StiUnit StiUnit.GetUnitFromReportUnit(StiReportUnitType reportUnit)
           
static StiUnit StiUnit.LoadFromJsonObject(JSONObject jObject)
           
 

Methods in com.stimulsoft.report.units with parameters of type StiUnit
static JSONObject StiUnit.SaveToJsonObject(StiUnit unit)