Versions in this module Expand all Collapse all v0 v0.6.18 Aug 22, 2026 v0.6.17 Aug 22, 2026 Changes in this version + var AXAnimatedImagesEnabledDidChangeNotification foundation.NSNotificationName + var AXPrefersActionSliderAlternativeDidChangeNotification foundation.NSNotificationName + var AXPrefersHorizontalTextLayoutDidChangeNotification foundation.NSNotificationName + var AXPrefersNonBlinkingTextInsertionIndicatorDidChangeNotification foundation.NSNotificationName + var AXReduceHighlightingEffectsEnabledDidChangeNotification foundation.NSNotificationName + var AXShowBordersEnabledStatusDidChangeNotification foundation.NSNotificationName + var AXTechnologys struct + func AXAnimatedImagesEnabled() bool + func AXAssistiveAccessEnabled() bool + func AXNameFromColor(color coregraphics.CGColorRef) *foundation.NSString + func AXOpenSettingsFeature(feature AXSettingsFeature) + func AXOpenSettingsFeatureIsSupported(feature AXSettingsFeature) bool + func AXPrefersActionSliderAlternative() bool + func AXPrefersHorizontalTextLayout() bool + func AXPrefersNonBlinkingTextInsertionIndicator() bool + func AXReduceHighlightingEffectsEnabled() bool + func AXShowBordersEnabled() bool + func NewAXBrailleMapBlock(handler AXBrailleMapHandler) (objc.ID, func()) + func NewStringFloat64Block(handler StringFloat64Handler) (objc.ID, func()) + type AXBrailleMap struct + func AXBrailleMapFromID(id objc.ID) AXBrailleMap + func NewAXBrailleMap() AXBrailleMap + func NewAXBrailleMapWithCoder(coder foundation.INSCoder) AXBrailleMap + func (a AXBrailleMap) Autorelease() AXBrailleMap + func (a AXBrailleMap) Dimensions() corefoundation.CGSize + func (a AXBrailleMap) EncodeWithCoder(coder foundation.INSCoder) + func (a AXBrailleMap) HeightAtPoint(point corefoundation.CGPoint) float32 + func (a AXBrailleMap) Init() AXBrailleMap + func (a AXBrailleMap) InitWithCoder(coder foundation.INSCoder) AXBrailleMap + func (a AXBrailleMap) PresentImage(image coregraphics.CGImageRef) + func (a AXBrailleMap) SetHeightAtPoint(status float32, point corefoundation.CGPoint) + type AXBrailleMapClass struct + func GetAXBrailleMapClass() AXBrailleMapClass + func (ac AXBrailleMapClass) Alloc() AXBrailleMap + func (ac AXBrailleMapClass) Class() objc.Class + type AXBrailleMapHandler = func(*AXBrailleMap) + type AXBrailleMapRenderer interface + AccessibilityBrailleMapRenderRegion func() corefoundation.CGRect + SetAccessibilityBrailleMapRenderRegion func(value corefoundation.CGRect) + type AXBrailleMapRendererObject struct + func AXBrailleMapRendererObjectFromID(id objc.ID) AXBrailleMapRendererObject + func (o AXBrailleMapRendererObject) AccessibilityBrailleMapRenderRegion() corefoundation.CGRect + func (o AXBrailleMapRendererObject) BaseObject() objectivec.Object + func (o AXBrailleMapRendererObject) SetAccessibilityBrailleMapRenderRegion(value corefoundation.CGRect) + type AXBrailleTable struct + func AXBrailleTableFromID(id objc.ID) AXBrailleTable + func NewAXBrailleTable() AXBrailleTable + func NewAXBrailleTableWithCoder(coder foundation.INSCoder) AXBrailleTable + func NewAXBrailleTableWithIdentifier(identifier string) AXBrailleTable + func (a AXBrailleTable) Autorelease() AXBrailleTable + func (a AXBrailleTable) EncodeWithCoder(coder foundation.INSCoder) + func (a AXBrailleTable) Identifier() string + func (a AXBrailleTable) Init() AXBrailleTable + func (a AXBrailleTable) InitWithCoder(coder foundation.INSCoder) AXBrailleTable + func (a AXBrailleTable) InitWithIdentifier(identifier string) AXBrailleTable + func (a AXBrailleTable) IsEightDot() bool + func (a AXBrailleTable) Language() string + func (a AXBrailleTable) Locales() foundation.INSSet + func (a AXBrailleTable) LocalizedName() string + func (a AXBrailleTable) LocalizedProviderName() string + func (a AXBrailleTable) ProviderIdentifier() string + type AXBrailleTableClass struct + func GetAXBrailleTableClass() AXBrailleTableClass + func (_AXBrailleTableClass AXBrailleTableClass) DefaultTableForLocale(locale foundation.NSLocale) AXBrailleTable + func (_AXBrailleTableClass AXBrailleTableClass) LanguageAgnosticTables() foundation.INSSet + func (_AXBrailleTableClass AXBrailleTableClass) SupportedLocales() foundation.INSSet + func (_AXBrailleTableClass AXBrailleTableClass) TablesForLocale(locale foundation.NSLocale) foundation.INSSet + func (ac AXBrailleTableClass) Alloc() AXBrailleTable + func (ac AXBrailleTableClass) Class() objc.Class + type AXBrailleTranslationResult struct + func AXBrailleTranslationResultFromID(id objc.ID) AXBrailleTranslationResult + func NewAXBrailleTranslationResult() AXBrailleTranslationResult + func NewAXBrailleTranslationResultWithCoder(coder foundation.INSCoder) AXBrailleTranslationResult + func (a AXBrailleTranslationResult) Autorelease() AXBrailleTranslationResult + func (a AXBrailleTranslationResult) EncodeWithCoder(coder foundation.INSCoder) + func (a AXBrailleTranslationResult) Init() AXBrailleTranslationResult + func (a AXBrailleTranslationResult) InitWithCoder(coder foundation.INSCoder) AXBrailleTranslationResult + func (a AXBrailleTranslationResult) LocationMap() []foundation.NSNumber + func (a AXBrailleTranslationResult) ResultString() string + type AXBrailleTranslationResultClass struct + func GetAXBrailleTranslationResultClass() AXBrailleTranslationResultClass + func (ac AXBrailleTranslationResultClass) Alloc() AXBrailleTranslationResult + func (ac AXBrailleTranslationResultClass) Class() objc.Class + type AXBrailleTranslator struct + func AXBrailleTranslatorFromID(id objc.ID) AXBrailleTranslator + func NewAXBrailleTranslator() AXBrailleTranslator + func NewAXBrailleTranslatorWithBrailleTable(brailleTable IAXBrailleTable) AXBrailleTranslator + func (a AXBrailleTranslator) Autorelease() AXBrailleTranslator + func (a AXBrailleTranslator) BackTranslateBraille(braille string) IAXBrailleTranslationResult + func (a AXBrailleTranslator) Init() AXBrailleTranslator + func (a AXBrailleTranslator) InitWithBrailleTable(brailleTable IAXBrailleTable) AXBrailleTranslator + func (a AXBrailleTranslator) TranslatePrintText(printText string) IAXBrailleTranslationResult + type AXBrailleTranslatorClass struct + func GetAXBrailleTranslatorClass() AXBrailleTranslatorClass + func (ac AXBrailleTranslatorClass) Alloc() AXBrailleTranslator + func (ac AXBrailleTranslatorClass) Class() objc.Class + type AXCategoricalDataAxisDescriptor struct + func AXCategoricalDataAxisDescriptorFromID(id objc.ID) AXCategoricalDataAxisDescriptor + func NewAXCategoricalDataAxisDescriptor() AXCategoricalDataAxisDescriptor + func NewAXCategoricalDataAxisDescriptorWithAttributedTitleCategoryOrder(attributedTitle foundation.NSAttributedString, categoryOrder []string) AXCategoricalDataAxisDescriptor + func NewAXCategoricalDataAxisDescriptorWithTitleCategoryOrder(title string, categoryOrder []string) AXCategoricalDataAxisDescriptor + func (a AXCategoricalDataAxisDescriptor) AttributedTitle() foundation.NSAttributedString + func (a AXCategoricalDataAxisDescriptor) Autorelease() AXCategoricalDataAxisDescriptor + func (a AXCategoricalDataAxisDescriptor) CategoryOrder() []string + func (a AXCategoricalDataAxisDescriptor) Init() AXCategoricalDataAxisDescriptor + func (a AXCategoricalDataAxisDescriptor) InitWithAttributedTitleCategoryOrder(attributedTitle foundation.NSAttributedString, categoryOrder []string) AXCategoricalDataAxisDescriptor + func (a AXCategoricalDataAxisDescriptor) InitWithTitleCategoryOrder(title string, categoryOrder []string) AXCategoricalDataAxisDescriptor + func (a AXCategoricalDataAxisDescriptor) SetCategoryOrder(value []string) + func (a AXCategoricalDataAxisDescriptor) Title() string + func (o AXCategoricalDataAxisDescriptor) SetAttributedTitle(value foundation.NSAttributedString) + func (o AXCategoricalDataAxisDescriptor) SetTitle(value string) + type AXCategoricalDataAxisDescriptorClass struct + func GetAXCategoricalDataAxisDescriptorClass() AXCategoricalDataAxisDescriptorClass + func (ac AXCategoricalDataAxisDescriptorClass) Alloc() AXCategoricalDataAxisDescriptor + func (ac AXCategoricalDataAxisDescriptorClass) Class() objc.Class + type AXChart interface + AccessibilityChartDescriptor func() IAXChartDescriptor + SetAccessibilityChartDescriptor func(value IAXChartDescriptor) + type AXChartDescriptor struct + func AXChartDescriptorFromID(id objc.ID) AXChartDescriptor + func NewAXChartDescriptor() AXChartDescriptor + func NewAXChartDescriptorWithAttributedTitleSummaryXAxisDescriptorYAxisDescriptorAdditionalAxesSeries(attributedTitle foundation.NSAttributedString, summary string, ...) AXChartDescriptor + func NewAXChartDescriptorWithAttributedTitleSummaryXAxisDescriptorYAxisDescriptorSeries(attributedTitle foundation.NSAttributedString, summary string, ...) AXChartDescriptor + func NewAXChartDescriptorWithTitleSummaryXAxisDescriptorYAxisDescriptorAdditionalAxesSeries(title string, summary string, xAxis AXDataAxisDescriptor, ...) AXChartDescriptor + func NewAXChartDescriptorWithTitleSummaryXAxisDescriptorYAxisDescriptorSeries(title string, summary string, xAxis AXDataAxisDescriptor, ...) AXChartDescriptor + func (a AXChartDescriptor) AdditionalAxes() []objectivec.IObject + func (a AXChartDescriptor) AttributedTitle() foundation.NSAttributedString + func (a AXChartDescriptor) Autorelease() AXChartDescriptor + func (a AXChartDescriptor) ContentDirection() AXChartDescriptorContentDirection + func (a AXChartDescriptor) ContentFrame() corefoundation.CGRect + func (a AXChartDescriptor) Init() AXChartDescriptor + func (a AXChartDescriptor) InitWithAttributedTitleSummaryXAxisDescriptorYAxisDescriptorAdditionalAxesSeries(attributedTitle foundation.NSAttributedString, summary string, ...) AXChartDescriptor + func (a AXChartDescriptor) InitWithAttributedTitleSummaryXAxisDescriptorYAxisDescriptorSeries(attributedTitle foundation.NSAttributedString, summary string, ...) AXChartDescriptor + func (a AXChartDescriptor) InitWithTitleSummaryXAxisDescriptorYAxisDescriptorAdditionalAxesSeries(title string, summary string, xAxis AXDataAxisDescriptor, ...) AXChartDescriptor + func (a AXChartDescriptor) InitWithTitleSummaryXAxisDescriptorYAxisDescriptorSeries(title string, summary string, xAxis AXDataAxisDescriptor, ...) AXChartDescriptor + func (a AXChartDescriptor) Series() []AXDataSeriesDescriptor + func (a AXChartDescriptor) SetAdditionalAxes(value []objectivec.IObject) + func (a AXChartDescriptor) SetAttributedTitle(value foundation.NSAttributedString) + func (a AXChartDescriptor) SetContentDirection(value AXChartDescriptorContentDirection) + func (a AXChartDescriptor) SetContentFrame(value corefoundation.CGRect) + func (a AXChartDescriptor) SetSeries(value []AXDataSeriesDescriptor) + func (a AXChartDescriptor) SetSummary(value string) + func (a AXChartDescriptor) SetTitle(value string) + func (a AXChartDescriptor) SetXAxis(value AXDataAxisDescriptor) + func (a AXChartDescriptor) SetYAxis(value IAXNumericDataAxisDescriptor) + func (a AXChartDescriptor) Summary() string + func (a AXChartDescriptor) Title() string + func (a AXChartDescriptor) XAxis() AXDataAxisDescriptor + func (a AXChartDescriptor) YAxis() IAXNumericDataAxisDescriptor + type AXChartDescriptorClass struct + func GetAXChartDescriptorClass() AXChartDescriptorClass + func (ac AXChartDescriptorClass) Alloc() AXChartDescriptor + func (ac AXChartDescriptorClass) Class() objc.Class + type AXChartDescriptorContentDirection int + const AXChartContentDirectionBottomToTop + const AXChartContentDirectionLeftToRight + const AXChartContentDirectionRadialClockwise + const AXChartContentDirectionRadialCounterClockwise + const AXChartContentDirectionRightToLeft + const AXChartContentDirectionTopToBottom + func (e AXChartDescriptorContentDirection) String() string + type AXChartObject struct + func AXChartObjectFromID(id objc.ID) AXChartObject + func (o AXChartObject) AccessibilityChartDescriptor() IAXChartDescriptor + func (o AXChartObject) BaseObject() objectivec.Object + func (o AXChartObject) SetAccessibilityChartDescriptor(value IAXChartDescriptor) + type AXCustomContent struct + func AXCustomContentFromID(id objc.ID) AXCustomContent + func NewAXCustomContent() AXCustomContent + func NewAXCustomContentWithAttributedLabelAttributedValue(label foundation.NSAttributedString, value foundation.NSAttributedString) AXCustomContent + func NewAXCustomContentWithCoder(coder foundation.INSCoder) AXCustomContent + func NewAXCustomContentWithLabelValue(label string, value string) AXCustomContent + func (a AXCustomContent) AttributedLabel() foundation.NSAttributedString + func (a AXCustomContent) AttributedValue() foundation.NSAttributedString + func (a AXCustomContent) Autorelease() AXCustomContent + func (a AXCustomContent) EncodeWithCoder(coder foundation.INSCoder) + func (a AXCustomContent) Importance() AXCustomContentImportance + func (a AXCustomContent) Init() AXCustomContent + func (a AXCustomContent) InitWithCoder(coder foundation.INSCoder) AXCustomContent + func (a AXCustomContent) Label() string + func (a AXCustomContent) SetImportance(value AXCustomContentImportance) + func (a AXCustomContent) Value() string + type AXCustomContentClass struct + func GetAXCustomContentClass() AXCustomContentClass + func (ac AXCustomContentClass) Alloc() AXCustomContent + func (ac AXCustomContentClass) Class() objc.Class + type AXCustomContentImportance uint + const AXCustomContentImportanceDefault + const AXCustomContentImportanceHigh + func (e AXCustomContentImportance) String() string + type AXCustomContentProvider interface + AccessibilityCustomContent func() []AXCustomContent + AccessibilityCustomContentBlock func() AXCustomContentReturnBlock + SetAccessibilityCustomContent func(value []AXCustomContent) + SetAccessibilityCustomContentBlock func(value objc.ID) + type AXCustomContentProviderObject struct + func AXCustomContentProviderObjectFromID(id objc.ID) AXCustomContentProviderObject + func (o AXCustomContentProviderObject) AccessibilityCustomContent() []AXCustomContent + func (o AXCustomContentProviderObject) AccessibilityCustomContentBlock() AXCustomContentReturnBlock + func (o AXCustomContentProviderObject) BaseObject() objectivec.Object + func (o AXCustomContentProviderObject) SetAccessibilityCustomContent(value []AXCustomContent) + func (o AXCustomContentProviderObject) SetAccessibilityCustomContentBlock(value objc.ID) + type AXCustomContentReturnBlock = func() []AXCustomContent + type AXCustomContentVoidHandler = func() []AXCustomContent + type AXDataAxisDescriptor interface + AttributedTitle func() foundation.NSAttributedString + SetAttributedTitle func(value foundation.NSAttributedString) + SetTitle func(value string) + Title func() string + type AXDataAxisDescriptorObject struct + func AXDataAxisDescriptorObjectFromID(id objc.ID) AXDataAxisDescriptorObject + func (o AXDataAxisDescriptorObject) AttributedTitle() foundation.NSAttributedString + func (o AXDataAxisDescriptorObject) BaseObject() objectivec.Object + func (o AXDataAxisDescriptorObject) SetAttributedTitle(value foundation.NSAttributedString) + func (o AXDataAxisDescriptorObject) SetTitle(value string) + func (o AXDataAxisDescriptorObject) Title() string + type AXDataPoint struct + func AXDataPointFromID(id objc.ID) AXDataPoint + func NewAXDataPoint() AXDataPoint + func NewAXDataPointWithXY(xValue IAXDataPointValue, yValue IAXDataPointValue) AXDataPoint + func NewAXDataPointWithXYAdditionalValues(xValue IAXDataPointValue, yValue IAXDataPointValue, ...) AXDataPoint + func NewAXDataPointWithXYAdditionalValuesLabel(xValue IAXDataPointValue, yValue IAXDataPointValue, ...) AXDataPoint + func (a AXDataPoint) AdditionalValues() []AXDataPointValue + func (a AXDataPoint) AttributedLabel() foundation.NSAttributedString + func (a AXDataPoint) Autorelease() AXDataPoint + func (a AXDataPoint) Init() AXDataPoint + func (a AXDataPoint) InitWithXY(xValue IAXDataPointValue, yValue IAXDataPointValue) AXDataPoint + func (a AXDataPoint) InitWithXYAdditionalValues(xValue IAXDataPointValue, yValue IAXDataPointValue, ...) AXDataPoint + func (a AXDataPoint) InitWithXYAdditionalValuesLabel(xValue IAXDataPointValue, yValue IAXDataPointValue, ...) AXDataPoint + func (a AXDataPoint) Label() string + func (a AXDataPoint) SetAdditionalValues(value []AXDataPointValue) + func (a AXDataPoint) SetAttributedLabel(value foundation.NSAttributedString) + func (a AXDataPoint) SetLabel(value string) + func (a AXDataPoint) SetXValue(value IAXDataPointValue) + func (a AXDataPoint) SetYValue(value IAXDataPointValue) + func (a AXDataPoint) XValue() IAXDataPointValue + func (a AXDataPoint) YValue() IAXDataPointValue + type AXDataPointClass struct + func GetAXDataPointClass() AXDataPointClass + func (ac AXDataPointClass) Alloc() AXDataPoint + func (ac AXDataPointClass) Class() objc.Class + type AXDataPointValue struct + func AXDataPointValueFromID(id objc.ID) AXDataPointValue + func NewAXDataPointValue() AXDataPointValue + func (a AXDataPointValue) Autorelease() AXDataPointValue + func (a AXDataPointValue) Category() string + func (a AXDataPointValue) Init() AXDataPointValue + func (a AXDataPointValue) Number() float64 + func (a AXDataPointValue) SetCategory(value string) + func (a AXDataPointValue) SetNumber(value float64) + type AXDataPointValueClass struct + func GetAXDataPointValueClass() AXDataPointValueClass + func (_AXDataPointValueClass AXDataPointValueClass) ValueWithCategory(category string) AXDataPointValue + func (_AXDataPointValueClass AXDataPointValueClass) ValueWithNumber(number float64) AXDataPointValue + func (ac AXDataPointValueClass) Alloc() AXDataPointValue + func (ac AXDataPointValueClass) Class() objc.Class + type AXDataSeriesDescriptor struct + func AXDataSeriesDescriptorFromID(id objc.ID) AXDataSeriesDescriptor + func NewAXDataSeriesDescriptor() AXDataSeriesDescriptor + func NewAXDataSeriesDescriptorWithAttributedNameIsContinuousDataPoints(attributedName foundation.NSAttributedString, isContinuous bool, ...) AXDataSeriesDescriptor + func NewAXDataSeriesDescriptorWithNameIsContinuousDataPoints(name string, isContinuous bool, dataPoints []AXDataPoint) AXDataSeriesDescriptor + func (a AXDataSeriesDescriptor) AttributedName() foundation.NSAttributedString + func (a AXDataSeriesDescriptor) Autorelease() AXDataSeriesDescriptor + func (a AXDataSeriesDescriptor) DataPoints() []AXDataPoint + func (a AXDataSeriesDescriptor) Init() AXDataSeriesDescriptor + func (a AXDataSeriesDescriptor) InitWithAttributedNameIsContinuousDataPoints(attributedName foundation.NSAttributedString, isContinuous bool, ...) AXDataSeriesDescriptor + func (a AXDataSeriesDescriptor) InitWithNameIsContinuousDataPoints(name string, isContinuous bool, dataPoints []AXDataPoint) AXDataSeriesDescriptor + func (a AXDataSeriesDescriptor) IsContinuous() bool + func (a AXDataSeriesDescriptor) Name() string + func (a AXDataSeriesDescriptor) SetAttributedName(value foundation.NSAttributedString) + func (a AXDataSeriesDescriptor) SetDataPoints(value []AXDataPoint) + func (a AXDataSeriesDescriptor) SetIsContinuous(value bool) + func (a AXDataSeriesDescriptor) SetName(value string) + type AXDataSeriesDescriptorClass struct + func GetAXDataSeriesDescriptorClass() AXDataSeriesDescriptorClass + func (ac AXDataSeriesDescriptorClass) Alloc() AXDataSeriesDescriptor + func (ac AXDataSeriesDescriptorClass) Class() objc.Class + type AXFeatureOverrideSessionError int + type AXFeatureOverrideSessionOptions uint + type AXHearingDeviceEar uint + const AXHearingDeviceEarBoth + const AXHearingDeviceEarLeft + const AXHearingDeviceEarNone + const AXHearingDeviceEarRight + func (e AXHearingDeviceEar) String() string + type AXLiveAudioGraph struct + func AXLiveAudioGraphFromID(id objc.ID) AXLiveAudioGraph + func NewAXLiveAudioGraph() AXLiveAudioGraph + func (a AXLiveAudioGraph) Autorelease() AXLiveAudioGraph + func (a AXLiveAudioGraph) Init() AXLiveAudioGraph + type AXLiveAudioGraphClass struct + func GetAXLiveAudioGraphClass() AXLiveAudioGraphClass + func (_AXLiveAudioGraphClass AXLiveAudioGraphClass) Start() + func (_AXLiveAudioGraphClass AXLiveAudioGraphClass) Stop() + func (_AXLiveAudioGraphClass AXLiveAudioGraphClass) UpdateValue(value float64) + func (ac AXLiveAudioGraphClass) Alloc() AXLiveAudioGraph + func (ac AXLiveAudioGraphClass) Class() objc.Class + type AXMathExpression struct + func AXMathExpressionFromID(id objc.ID) AXMathExpression + func NewAXMathExpression() AXMathExpression + func (a AXMathExpression) Autorelease() AXMathExpression + func (a AXMathExpression) Init() AXMathExpression + type AXMathExpressionClass struct + func GetAXMathExpressionClass() AXMathExpressionClass + func (ac AXMathExpressionClass) Alloc() AXMathExpression + func (ac AXMathExpressionClass) Class() objc.Class + type AXMathExpressionFenced struct + func AXMathExpressionFencedFromID(id objc.ID) AXMathExpressionFenced + func NewAXMathExpressionFenced() AXMathExpressionFenced + func NewAXMathExpressionFencedWithExpressionsOpenStringCloseString(expressions []AXMathExpression, openString string, closeString string) AXMathExpressionFenced + func (a AXMathExpressionFenced) Autorelease() AXMathExpressionFenced + func (a AXMathExpressionFenced) CloseString() string + func (a AXMathExpressionFenced) Expressions() []AXMathExpression + func (a AXMathExpressionFenced) Init() AXMathExpressionFenced + func (a AXMathExpressionFenced) InitWithExpressionsOpenStringCloseString(expressions []AXMathExpression, openString string, closeString string) AXMathExpressionFenced + func (a AXMathExpressionFenced) OpenString() string + type AXMathExpressionFencedClass struct + func GetAXMathExpressionFencedClass() AXMathExpressionFencedClass + func (ac AXMathExpressionFencedClass) Alloc() AXMathExpressionFenced + func (ac AXMathExpressionFencedClass) Class() objc.Class + type AXMathExpressionFraction struct + func AXMathExpressionFractionFromID(id objc.ID) AXMathExpressionFraction + func NewAXMathExpressionFraction() AXMathExpressionFraction + func NewAXMathExpressionFractionWithNumeratorExpressionDenimonatorExpression(numeratorExpression IAXMathExpression, denimonatorExpression IAXMathExpression) AXMathExpressionFraction + func (a AXMathExpressionFraction) Autorelease() AXMathExpressionFraction + func (a AXMathExpressionFraction) DenimonatorExpression() IAXMathExpression + func (a AXMathExpressionFraction) Init() AXMathExpressionFraction + func (a AXMathExpressionFraction) InitWithNumeratorExpressionDenimonatorExpression(numeratorExpression IAXMathExpression, denimonatorExpression IAXMathExpression) AXMathExpressionFraction + func (a AXMathExpressionFraction) NumeratorExpression() IAXMathExpression + type AXMathExpressionFractionClass struct + func GetAXMathExpressionFractionClass() AXMathExpressionFractionClass + func (ac AXMathExpressionFractionClass) Alloc() AXMathExpressionFraction + func (ac AXMathExpressionFractionClass) Class() objc.Class + type AXMathExpressionIdentifier struct + func AXMathExpressionIdentifierFromID(id objc.ID) AXMathExpressionIdentifier + func NewAXMathExpressionIdentifier() AXMathExpressionIdentifier + func NewAXMathExpressionIdentifierWithContent(content string) AXMathExpressionIdentifier + func (a AXMathExpressionIdentifier) Autorelease() AXMathExpressionIdentifier + func (a AXMathExpressionIdentifier) Content() string + func (a AXMathExpressionIdentifier) Init() AXMathExpressionIdentifier + func (a AXMathExpressionIdentifier) InitWithContent(content string) AXMathExpressionIdentifier + type AXMathExpressionIdentifierClass struct + func GetAXMathExpressionIdentifierClass() AXMathExpressionIdentifierClass + func (ac AXMathExpressionIdentifierClass) Alloc() AXMathExpressionIdentifier + func (ac AXMathExpressionIdentifierClass) Class() objc.Class + type AXMathExpressionMultiscript struct + func AXMathExpressionMultiscriptFromID(id objc.ID) AXMathExpressionMultiscript + func NewAXMathExpressionMultiscript() AXMathExpressionMultiscript + func NewAXMathExpressionMultiscriptWithBaseExpressionPrescriptExpressionsPostscriptExpressions(baseExpression IAXMathExpression, ...) AXMathExpressionMultiscript + func (a AXMathExpressionMultiscript) Autorelease() AXMathExpressionMultiscript + func (a AXMathExpressionMultiscript) BaseExpression() IAXMathExpression + func (a AXMathExpressionMultiscript) Init() AXMathExpressionMultiscript + func (a AXMathExpressionMultiscript) InitWithBaseExpressionPrescriptExpressionsPostscriptExpressions(baseExpression IAXMathExpression, ...) AXMathExpressionMultiscript + func (a AXMathExpressionMultiscript) PostscriptExpressions() []AXMathExpressionSubSuperscript + func (a AXMathExpressionMultiscript) PrescriptExpressions() []AXMathExpressionSubSuperscript + type AXMathExpressionMultiscriptClass struct + func GetAXMathExpressionMultiscriptClass() AXMathExpressionMultiscriptClass + func (ac AXMathExpressionMultiscriptClass) Alloc() AXMathExpressionMultiscript + func (ac AXMathExpressionMultiscriptClass) Class() objc.Class + type AXMathExpressionNumber struct + func AXMathExpressionNumberFromID(id objc.ID) AXMathExpressionNumber + func NewAXMathExpressionNumber() AXMathExpressionNumber + func NewAXMathExpressionNumberWithContent(content string) AXMathExpressionNumber + func (a AXMathExpressionNumber) Autorelease() AXMathExpressionNumber + func (a AXMathExpressionNumber) Content() string + func (a AXMathExpressionNumber) Init() AXMathExpressionNumber + func (a AXMathExpressionNumber) InitWithContent(content string) AXMathExpressionNumber + type AXMathExpressionNumberClass struct + func GetAXMathExpressionNumberClass() AXMathExpressionNumberClass + func (ac AXMathExpressionNumberClass) Alloc() AXMathExpressionNumber + func (ac AXMathExpressionNumberClass) Class() objc.Class + type AXMathExpressionOperator struct + func AXMathExpressionOperatorFromID(id objc.ID) AXMathExpressionOperator + func NewAXMathExpressionOperator() AXMathExpressionOperator + func NewAXMathExpressionOperatorWithContent(content string) AXMathExpressionOperator + func (a AXMathExpressionOperator) Autorelease() AXMathExpressionOperator + func (a AXMathExpressionOperator) Content() string + func (a AXMathExpressionOperator) Init() AXMathExpressionOperator + func (a AXMathExpressionOperator) InitWithContent(content string) AXMathExpressionOperator + type AXMathExpressionOperatorClass struct + func GetAXMathExpressionOperatorClass() AXMathExpressionOperatorClass + func (ac AXMathExpressionOperatorClass) Alloc() AXMathExpressionOperator + func (ac AXMathExpressionOperatorClass) Class() objc.Class + type AXMathExpressionProvider interface + AccessibilityMathExpression func() IAXMathExpression + type AXMathExpressionProviderObject struct + func AXMathExpressionProviderObjectFromID(id objc.ID) AXMathExpressionProviderObject + func (o AXMathExpressionProviderObject) AccessibilityMathExpression() IAXMathExpression + func (o AXMathExpressionProviderObject) BaseObject() objectivec.Object + type AXMathExpressionRoot struct + func AXMathExpressionRootFromID(id objc.ID) AXMathExpressionRoot + func NewAXMathExpressionRoot() AXMathExpressionRoot + func NewAXMathExpressionRootWithRadicandExpressionsRootIndexExpression(radicandExpressions []AXMathExpression, rootIndexExpression IAXMathExpression) AXMathExpressionRoot + func (a AXMathExpressionRoot) Autorelease() AXMathExpressionRoot + func (a AXMathExpressionRoot) Init() AXMathExpressionRoot + func (a AXMathExpressionRoot) InitWithRadicandExpressionsRootIndexExpression(radicandExpressions []AXMathExpression, rootIndexExpression IAXMathExpression) AXMathExpressionRoot + func (a AXMathExpressionRoot) RadicandExpressions() []AXMathExpression + func (a AXMathExpressionRoot) RootIndexExpression() IAXMathExpression + type AXMathExpressionRootClass struct + func GetAXMathExpressionRootClass() AXMathExpressionRootClass + func (ac AXMathExpressionRootClass) Alloc() AXMathExpressionRoot + func (ac AXMathExpressionRootClass) Class() objc.Class + type AXMathExpressionRow struct + func AXMathExpressionRowFromID(id objc.ID) AXMathExpressionRow + func NewAXMathExpressionRow() AXMathExpressionRow + func NewAXMathExpressionRowWithExpressions(expressions []AXMathExpression) AXMathExpressionRow + func (a AXMathExpressionRow) Autorelease() AXMathExpressionRow + func (a AXMathExpressionRow) Expressions() []AXMathExpression + func (a AXMathExpressionRow) Init() AXMathExpressionRow + func (a AXMathExpressionRow) InitWithExpressions(expressions []AXMathExpression) AXMathExpressionRow + type AXMathExpressionRowClass struct + func GetAXMathExpressionRowClass() AXMathExpressionRowClass + func (ac AXMathExpressionRowClass) Alloc() AXMathExpressionRow + func (ac AXMathExpressionRowClass) Class() objc.Class + type AXMathExpressionSubSuperscript struct + func AXMathExpressionSubSuperscriptFromID(id objc.ID) AXMathExpressionSubSuperscript + func NewAXMathExpressionSubSuperscript() AXMathExpressionSubSuperscript + func NewAXMathExpressionSubSuperscriptWithBaseExpressionSubscriptExpressionsSuperscriptExpressions(baseExpression []AXMathExpression, subscriptExpressions []AXMathExpression, ...) AXMathExpressionSubSuperscript + func (a AXMathExpressionSubSuperscript) Autorelease() AXMathExpressionSubSuperscript + func (a AXMathExpressionSubSuperscript) BaseExpression() IAXMathExpression + func (a AXMathExpressionSubSuperscript) Init() AXMathExpressionSubSuperscript + func (a AXMathExpressionSubSuperscript) InitWithBaseExpressionSubscriptExpressionsSuperscriptExpressions(baseExpression []AXMathExpression, subscriptExpressions []AXMathExpression, ...) AXMathExpressionSubSuperscript + func (a AXMathExpressionSubSuperscript) SubscriptExpressions() []AXMathExpression + func (a AXMathExpressionSubSuperscript) SuperscriptExpressions() []AXMathExpression + type AXMathExpressionSubSuperscriptClass struct + func GetAXMathExpressionSubSuperscriptClass() AXMathExpressionSubSuperscriptClass + func (ac AXMathExpressionSubSuperscriptClass) Alloc() AXMathExpressionSubSuperscript + func (ac AXMathExpressionSubSuperscriptClass) Class() objc.Class + type AXMathExpressionTable struct + func AXMathExpressionTableFromID(id objc.ID) AXMathExpressionTable + func NewAXMathExpressionTable() AXMathExpressionTable + func NewAXMathExpressionTableWithExpressions(expressions []AXMathExpression) AXMathExpressionTable + func (a AXMathExpressionTable) Autorelease() AXMathExpressionTable + func (a AXMathExpressionTable) Expressions() []AXMathExpression + func (a AXMathExpressionTable) Init() AXMathExpressionTable + func (a AXMathExpressionTable) InitWithExpressions(expressions []AXMathExpression) AXMathExpressionTable + type AXMathExpressionTableCell struct + func AXMathExpressionTableCellFromID(id objc.ID) AXMathExpressionTableCell + func NewAXMathExpressionTableCell() AXMathExpressionTableCell + func NewAXMathExpressionTableCellWithExpressions(expressions []AXMathExpression) AXMathExpressionTableCell + func (a AXMathExpressionTableCell) Autorelease() AXMathExpressionTableCell + func (a AXMathExpressionTableCell) Expressions() []AXMathExpression + func (a AXMathExpressionTableCell) Init() AXMathExpressionTableCell + func (a AXMathExpressionTableCell) InitWithExpressions(expressions []AXMathExpression) AXMathExpressionTableCell + type AXMathExpressionTableCellClass struct + func GetAXMathExpressionTableCellClass() AXMathExpressionTableCellClass + func (ac AXMathExpressionTableCellClass) Alloc() AXMathExpressionTableCell + func (ac AXMathExpressionTableCellClass) Class() objc.Class + type AXMathExpressionTableClass struct + func GetAXMathExpressionTableClass() AXMathExpressionTableClass + func (ac AXMathExpressionTableClass) Alloc() AXMathExpressionTable + func (ac AXMathExpressionTableClass) Class() objc.Class + type AXMathExpressionTableRow struct + func AXMathExpressionTableRowFromID(id objc.ID) AXMathExpressionTableRow + func NewAXMathExpressionTableRow() AXMathExpressionTableRow + func NewAXMathExpressionTableRowWithExpressions(expressions []AXMathExpression) AXMathExpressionTableRow + func (a AXMathExpressionTableRow) Autorelease() AXMathExpressionTableRow + func (a AXMathExpressionTableRow) Expressions() []AXMathExpression + func (a AXMathExpressionTableRow) Init() AXMathExpressionTableRow + func (a AXMathExpressionTableRow) InitWithExpressions(expressions []AXMathExpression) AXMathExpressionTableRow + type AXMathExpressionTableRowClass struct + func GetAXMathExpressionTableRowClass() AXMathExpressionTableRowClass + func (ac AXMathExpressionTableRowClass) Alloc() AXMathExpressionTableRow + func (ac AXMathExpressionTableRowClass) Class() objc.Class + type AXMathExpressionText struct + func AXMathExpressionTextFromID(id objc.ID) AXMathExpressionText + func NewAXMathExpressionText() AXMathExpressionText + func NewAXMathExpressionTextWithContent(content string) AXMathExpressionText + func (a AXMathExpressionText) Autorelease() AXMathExpressionText + func (a AXMathExpressionText) Content() string + func (a AXMathExpressionText) Init() AXMathExpressionText + func (a AXMathExpressionText) InitWithContent(content string) AXMathExpressionText + type AXMathExpressionTextClass struct + func GetAXMathExpressionTextClass() AXMathExpressionTextClass + func (ac AXMathExpressionTextClass) Alloc() AXMathExpressionText + func (ac AXMathExpressionTextClass) Class() objc.Class + type AXMathExpressionUnderOver struct + func AXMathExpressionUnderOverFromID(id objc.ID) AXMathExpressionUnderOver + func NewAXMathExpressionUnderOver() AXMathExpressionUnderOver + func NewAXMathExpressionUnderOverWithBaseExpressionUnderExpressionOverExpression(baseExpression IAXMathExpression, underExpression IAXMathExpression, ...) AXMathExpressionUnderOver + func (a AXMathExpressionUnderOver) Autorelease() AXMathExpressionUnderOver + func (a AXMathExpressionUnderOver) BaseExpression() IAXMathExpression + func (a AXMathExpressionUnderOver) Init() AXMathExpressionUnderOver + func (a AXMathExpressionUnderOver) InitWithBaseExpressionUnderExpressionOverExpression(baseExpression IAXMathExpression, underExpression IAXMathExpression, ...) AXMathExpressionUnderOver + func (a AXMathExpressionUnderOver) OverExpression() IAXMathExpression + func (a AXMathExpressionUnderOver) UnderExpression() IAXMathExpression + type AXMathExpressionUnderOverClass struct + func GetAXMathExpressionUnderOverClass() AXMathExpressionUnderOverClass + func (ac AXMathExpressionUnderOverClass) Alloc() AXMathExpressionUnderOver + func (ac AXMathExpressionUnderOverClass) Class() objc.Class + type AXNumericDataAxisDescriptor struct + func AXNumericDataAxisDescriptorFromID(id objc.ID) AXNumericDataAxisDescriptor + func NewAXNumericDataAxisDescriptor() AXNumericDataAxisDescriptor + func (a AXNumericDataAxisDescriptor) AttributedTitle() foundation.NSAttributedString + func (a AXNumericDataAxisDescriptor) Autorelease() AXNumericDataAxisDescriptor + func (a AXNumericDataAxisDescriptor) GridlinePositions() []foundation.NSNumber + func (a AXNumericDataAxisDescriptor) Init() AXNumericDataAxisDescriptor + func (a AXNumericDataAxisDescriptor) InitWithAttributedTitleLowerBoundUpperBoundGridlinePositionsValueDescriptionProvider(attributedTitle foundation.NSAttributedString, lowerbound float64, ...) AXNumericDataAxisDescriptor + func (a AXNumericDataAxisDescriptor) InitWithTitleLowerBoundUpperBoundGridlinePositionsValueDescriptionProvider(title string, lowerbound float64, upperBound float64, ...) AXNumericDataAxisDescriptor + func (a AXNumericDataAxisDescriptor) LowerBound() float64 + func (a AXNumericDataAxisDescriptor) ScaleType() AXNumericDataAxisDescriptorScale + func (a AXNumericDataAxisDescriptor) SetGridlinePositions(value []foundation.NSNumber) + func (a AXNumericDataAxisDescriptor) SetLowerBound(value float64) + func (a AXNumericDataAxisDescriptor) SetScaleType(value AXNumericDataAxisDescriptorScale) + func (a AXNumericDataAxisDescriptor) SetUpperBound(value float64) + func (a AXNumericDataAxisDescriptor) SetValueDescriptionProvider(value StringFloat64Handler) + func (a AXNumericDataAxisDescriptor) Title() string + func (a AXNumericDataAxisDescriptor) UpperBound() float64 + func (a AXNumericDataAxisDescriptor) ValueDescriptionProvider() StringFloat64Handler + func (o AXNumericDataAxisDescriptor) SetAttributedTitle(value foundation.NSAttributedString) + func (o AXNumericDataAxisDescriptor) SetTitle(value string) + type AXNumericDataAxisDescriptorClass struct + func GetAXNumericDataAxisDescriptorClass() AXNumericDataAxisDescriptorClass + func (ac AXNumericDataAxisDescriptorClass) Alloc() AXNumericDataAxisDescriptor + func (ac AXNumericDataAxisDescriptorClass) Class() objc.Class + type AXNumericDataAxisDescriptorScale int + const AXScaleTypeLinear + const AXScaleTypeLn + const AXScaleTypeLog10 + func (e AXNumericDataAxisDescriptorScale) String() string + type AXRequest struct + func AXRequestFromID(id objc.ID) AXRequest + func NewAXRequest() AXRequest + func (a AXRequest) Autorelease() AXRequest + func (a AXRequest) EncodeWithCoder(coder foundation.INSCoder) + func (a AXRequest) Init() AXRequest + func (a AXRequest) Technology() AXTechnology + type AXRequestClass struct + func GetAXRequestClass() AXRequestClass + func (_AXRequestClass AXRequestClass) CurrentRequest() AXRequest + func (ac AXRequestClass) Alloc() AXRequest + func (ac AXRequestClass) Class() objc.Class + type AXSettingsFeature int + const AXSettingsFeatureAllowAppsToAddAudioToCalls + const AXSettingsFeatureAssistiveTouch + const AXSettingsFeatureAssistiveTouchDevices + const AXSettingsFeatureCaptionStyles + const AXSettingsFeatureDwellControl + const AXSettingsFeaturePersonalVoiceAllowAppsToRequestToUse + func (e AXSettingsFeature) String() string + type AXTechnology = string + type IAXBrailleMap interface + Dimensions func() corefoundation.CGSize + EncodeWithCoder func(coder foundation.INSCoder) + HeightAtPoint func(point corefoundation.CGPoint) float32 + InitWithCoder func(coder foundation.INSCoder) AXBrailleMap + PresentImage func(image coregraphics.CGImageRef) + SetHeightAtPoint func(status float32, point corefoundation.CGPoint) + type IAXBrailleTable interface + EncodeWithCoder func(coder foundation.INSCoder) + Identifier func() string + InitWithCoder func(coder foundation.INSCoder) AXBrailleTable + InitWithIdentifier func(identifier string) AXBrailleTable + IsEightDot func() bool + Language func() string + Locales func() foundation.INSSet + LocalizedName func() string + LocalizedProviderName func() string + ProviderIdentifier func() string + type IAXBrailleTranslationResult interface + EncodeWithCoder func(coder foundation.INSCoder) + InitWithCoder func(coder foundation.INSCoder) AXBrailleTranslationResult + LocationMap func() []foundation.NSNumber + ResultString func() string + type IAXBrailleTranslator interface + BackTranslateBraille func(braille string) IAXBrailleTranslationResult + InitWithBrailleTable func(brailleTable IAXBrailleTable) AXBrailleTranslator + TranslatePrintText func(printText string) IAXBrailleTranslationResult + type IAXCategoricalDataAxisDescriptor interface + AttributedTitle func() foundation.NSAttributedString + CategoryOrder func() []string + InitWithAttributedTitleCategoryOrder func(attributedTitle foundation.NSAttributedString, categoryOrder []string) AXCategoricalDataAxisDescriptor + InitWithTitleCategoryOrder func(title string, categoryOrder []string) AXCategoricalDataAxisDescriptor + SetCategoryOrder func(value []string) + Title func() string + type IAXChartDescriptor interface + ... func(attributedTitle foundation.NSAttributedString, summary string, ...) AXChartDescriptor + AdditionalAxes func() []objectivec.IObject + AttributedTitle func() foundation.NSAttributedString + ContentDirection func() AXChartDescriptorContentDirection + ContentFrame func() corefoundation.CGRect + InitWithAttributedTitleSummaryXAxisDescriptorYAxisDescriptorSeries func(attributedTitle foundation.NSAttributedString, summary string, ...) AXChartDescriptor + InitWithTitleSummaryXAxisDescriptorYAxisDescriptorAdditionalAxesSeries func(title string, summary string, xAxis AXDataAxisDescriptor, ...) AXChartDescriptor + InitWithTitleSummaryXAxisDescriptorYAxisDescriptorSeries func(title string, summary string, xAxis AXDataAxisDescriptor, ...) AXChartDescriptor + Series func() []AXDataSeriesDescriptor + SetAdditionalAxes func(value []objectivec.IObject) + SetAttributedTitle func(value foundation.NSAttributedString) + SetContentDirection func(value AXChartDescriptorContentDirection) + SetContentFrame func(value corefoundation.CGRect) + SetSeries func(value []AXDataSeriesDescriptor) + SetSummary func(value string) + SetTitle func(value string) + SetXAxis func(value AXDataAxisDescriptor) + SetYAxis func(value IAXNumericDataAxisDescriptor) + Summary func() string + Title func() string + XAxis func() AXDataAxisDescriptor + YAxis func() IAXNumericDataAxisDescriptor + type IAXCustomContent interface + AttributedLabel func() foundation.NSAttributedString + AttributedValue func() foundation.NSAttributedString + EncodeWithCoder func(coder foundation.INSCoder) + Importance func() AXCustomContentImportance + InitWithCoder func(coder foundation.INSCoder) AXCustomContent + Label func() string + SetImportance func(value AXCustomContentImportance) + Value func() string + type IAXDataPoint interface + AdditionalValues func() []AXDataPointValue + AttributedLabel func() foundation.NSAttributedString + InitWithXY func(xValue IAXDataPointValue, yValue IAXDataPointValue) AXDataPoint + InitWithXYAdditionalValues func(xValue IAXDataPointValue, yValue IAXDataPointValue, ...) AXDataPoint + InitWithXYAdditionalValuesLabel func(xValue IAXDataPointValue, yValue IAXDataPointValue, ...) AXDataPoint + Label func() string + SetAdditionalValues func(value []AXDataPointValue) + SetAttributedLabel func(value foundation.NSAttributedString) + SetLabel func(value string) + SetXValue func(value IAXDataPointValue) + SetYValue func(value IAXDataPointValue) + XValue func() IAXDataPointValue + YValue func() IAXDataPointValue + type IAXDataPointValue interface + Category func() string + Number func() float64 + SetCategory func(value string) + SetNumber func(value float64) + type IAXDataSeriesDescriptor interface + AttributedName func() foundation.NSAttributedString + DataPoints func() []AXDataPoint + InitWithAttributedNameIsContinuousDataPoints func(attributedName foundation.NSAttributedString, isContinuous bool, ...) AXDataSeriesDescriptor + InitWithNameIsContinuousDataPoints func(name string, isContinuous bool, dataPoints []AXDataPoint) AXDataSeriesDescriptor + IsContinuous func() bool + Name func() string + SetAttributedName func(value foundation.NSAttributedString) + SetDataPoints func(value []AXDataPoint) + SetIsContinuous func(value bool) + SetName func(value string) + type IAXLiveAudioGraph interface + type IAXMathExpression interface + type IAXMathExpressionFenced interface + CloseString func() string + Expressions func() []AXMathExpression + InitWithExpressionsOpenStringCloseString func(expressions []AXMathExpression, openString string, closeString string) AXMathExpressionFenced + OpenString func() string + type IAXMathExpressionFraction interface + DenimonatorExpression func() IAXMathExpression + InitWithNumeratorExpressionDenimonatorExpression func(numeratorExpression IAXMathExpression, denimonatorExpression IAXMathExpression) AXMathExpressionFraction + NumeratorExpression func() IAXMathExpression + type IAXMathExpressionIdentifier interface + Content func() string + InitWithContent func(content string) AXMathExpressionIdentifier + type IAXMathExpressionMultiscript interface + BaseExpression func() IAXMathExpression + InitWithBaseExpressionPrescriptExpressionsPostscriptExpressions func(baseExpression IAXMathExpression, ...) AXMathExpressionMultiscript + PostscriptExpressions func() []AXMathExpressionSubSuperscript + PrescriptExpressions func() []AXMathExpressionSubSuperscript + type IAXMathExpressionNumber interface + Content func() string + InitWithContent func(content string) AXMathExpressionNumber + type IAXMathExpressionOperator interface + Content func() string + InitWithContent func(content string) AXMathExpressionOperator + type IAXMathExpressionRoot interface + InitWithRadicandExpressionsRootIndexExpression func(radicandExpressions []AXMathExpression, rootIndexExpression IAXMathExpression) AXMathExpressionRoot + RadicandExpressions func() []AXMathExpression + RootIndexExpression func() IAXMathExpression + type IAXMathExpressionRow interface + Expressions func() []AXMathExpression + InitWithExpressions func(expressions []AXMathExpression) AXMathExpressionRow + type IAXMathExpressionSubSuperscript interface + BaseExpression func() IAXMathExpression + InitWithBaseExpressionSubscriptExpressionsSuperscriptExpressions func(baseExpression []AXMathExpression, subscriptExpressions []AXMathExpression, ...) AXMathExpressionSubSuperscript + SubscriptExpressions func() []AXMathExpression + SuperscriptExpressions func() []AXMathExpression + type IAXMathExpressionTable interface + Expressions func() []AXMathExpression + InitWithExpressions func(expressions []AXMathExpression) AXMathExpressionTable + type IAXMathExpressionTableCell interface + Expressions func() []AXMathExpression + InitWithExpressions func(expressions []AXMathExpression) AXMathExpressionTableCell + type IAXMathExpressionTableRow interface + Expressions func() []AXMathExpression + InitWithExpressions func(expressions []AXMathExpression) AXMathExpressionTableRow + type IAXMathExpressionText interface + Content func() string + InitWithContent func(content string) AXMathExpressionText + type IAXMathExpressionUnderOver interface + BaseExpression func() IAXMathExpression + InitWithBaseExpressionUnderExpressionOverExpression func(baseExpression IAXMathExpression, underExpression IAXMathExpression, ...) AXMathExpressionUnderOver + OverExpression func() IAXMathExpression + UnderExpression func() IAXMathExpression + type IAXNumericDataAxisDescriptor interface + ... func(attributedTitle foundation.NSAttributedString, lowerbound float64, ...) AXNumericDataAxisDescriptor + AttributedTitle func() foundation.NSAttributedString + GridlinePositions func() []foundation.NSNumber + InitWithTitleLowerBoundUpperBoundGridlinePositionsValueDescriptionProvider func(title string, lowerbound float64, upperBound float64, ...) AXNumericDataAxisDescriptor + LowerBound func() float64 + ScaleType func() AXNumericDataAxisDescriptorScale + SetGridlinePositions func(value []foundation.NSNumber) + SetLowerBound func(value float64) + SetScaleType func(value AXNumericDataAxisDescriptorScale) + SetUpperBound func(value float64) + SetValueDescriptionProvider func(value StringFloat64Handler) + Title func() string + UpperBound func() float64 + ValueDescriptionProvider func() StringFloat64Handler + type IAXRequest interface + EncodeWithCoder func(coder foundation.INSCoder) + Technology func() AXTechnology + type StringFloat64Handler = func(float64) string