Package com.stimulsoft.report.barCodes
Class StiCode39ExtBarCodeType
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.barCodes.StiBarCodeTypeService
com.stimulsoft.report.barCodes.StiCode39BarCodeType
com.stimulsoft.report.barCodes.StiCode39ExtBarCodeType
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,Cloneable
The class describes the Barcode type - Code-39 Extended.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
StiBarCodeTypeService.BarcodeCommandCode, StiBarCodeTypeService.StiBarCodeData, StiBarCodeTypeService.ValueObject -
Field Summary
FieldsFields inherited from class com.stimulsoft.report.barCodes.StiCode39BarCodeType
Code39LineHeightForCut, Code39LineHeightLong, Code39LineHeightShort, Code39MainHeight, Code39SpaceBottom, Code39SpaceLeft, Code39SpaceRight, Code39SpaceTop, Code39StartStopSymbolIndex, Code39Symbols, Code39Table, Code39TextHeight, Code39TextPositionFields inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
DefaultLabelFontHeight, RectWindow, visiblePropertiesCountFields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiCode39ExtBarCodeType(double module, double height, double ratio, StiCheckSum checkSum) -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) Gets a service name.Methods inherited from class com.stimulsoft.report.barCodes.StiCode39BarCodeType
CodeToBar, getCheckSum, getHeight, getLabelFontHeight, getModule, getRatio, LoadFromJsonObject, SaveToJsonObject, setCheckSum, setHeight, setModule, setRatioMethods inherited from class com.stimulsoft.report.barCodes.StiBarCodeTypeService
baseDrawImage, baseDrawRectangle, baseDrawString, baseFillEllipse, baseFillPolygon, baseFillRectangle, baseFillRectangle2D, baseMeasureString, baseRollbackTransform, baseTransform, CalculateSize2, CalculateSizeFull, CheckCodeSymbols, draw2DBarCode, drawBarCode, drawBarCodeError, drawBarCodeError, drawBars, drawMaxicode, getBarCodeData, GetCode, getCombinedCode, getExportPainter, getServiceCategory, getServiceType, GetSymbolsStringWidth, GetSymbolWidth, getTextAlignment, IsSymbolLong, IsSymbolPostDescend, IsSymbolSpace, isTextSpacing, LoadFromJsonObjectInternal, rollbackTransform, setExportPainter, toInts, toString, translateRect, unpackTilde, unpackTildeMethods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
Code39ExtTable
-
-
Constructor Details
-
StiCode39ExtBarCodeType
public StiCode39ExtBarCodeType() -
StiCode39ExtBarCodeType
-
-
Method Details
-
getServiceName
Gets a service name.- Overrides:
getServiceNamein classStiCode39BarCodeType
-
draw
public void draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom) throws Exception - Overrides:
drawin classStiCode39BarCodeType- Throws:
Exception
-
getDefaultCodeValue
- Overrides:
getDefaultCodeValuein classStiCode39BarCodeType
-