Type Method
axisRuleKey(_:rule:) axisRuleKey:rule: axisRuleKey_rule_
A stable key for an axis rule.
Declaration
class func axisRuleKey(_ axis: GSAxis, rule: [AnyHashable : Any]) -> String?Declaration
+ (NSString *) axisRuleKey:(GSAxis *) axis rule:(NSDictionary *) rule;Declaration
axisRuleKey_rule_(axis: GSAxis, rule: dict) -> strParameters
axisThe axis described by the rule.
ruleInclusive
minandmaxbounds in internal axis values.
Return Value
A compact rule description, or nil when the rule has no bounds.