-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWDAxisDescriptor.h
51 lines (45 loc) · 1.77 KB
/
WDAxisDescriptor.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, June 5, 2018 at 6:34:35 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Health.app/Health
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class UIFont, UIColor, CAFilter;
@protocol WDAxisDescriptor <NSObject>
@property (nonatomic,retain) id minValue;
@property (nonatomic,retain) id maxValue;
@property (assign,nonatomic) unsigned long long labelAlignment;
@property (nonatomic,retain) UIFont * highlightedLabelFont;
@property (nonatomic,retain) UIFont * unhighlightedLabelFont;
@property (nonatomic,retain) UIColor * highlightedLabelColor;
@property (nonatomic,retain) UIColor * unhighlightedLabelColor;
@property (nonatomic,retain) CAFilter * highlightedLabelFilter;
@property (nonatomic,retain) CAFilter * unhighlightedLabelFilter;
@optional
-(unsigned long long)numLabels;
-(id)positionForLabelAtIndex:(unsigned long long)arg1;
-(id)textForLabelAtIndex:(unsigned long long)arg1;
-(void)invalidateCache;
@required
-(CAFilter *)unhighlightedLabelFilter;
-(UIFont *)unhighlightedLabelFont;
-(CAFilter *)highlightedLabelFilter;
-(UIFont *)highlightedLabelFont;
-(void)setUnhighlightedLabelFilter:(id)arg1;
-(void)setHighlightedLabelFont:(id)arg1;
-(void)setUnhighlightedLabelFont:(id)arg1;
-(void)setHighlightedLabelFilter:(id)arg1;
-(id)maxValue;
-(id)minValue;
-(void)setMaxValue:(id)arg1;
-(void)setMinValue:(id)arg1;
-(id)axisLabels;
-(Class)expectedDataType;
-(UIColor *)highlightedLabelColor;
-(void)setHighlightedLabelColor:(id)arg1;
-(UIColor *)unhighlightedLabelColor;
-(void)setUnhighlightedLabelColor:(id)arg1;
-(unsigned long long)labelAlignment;
-(void)setLabelAlignment:(unsigned long long)arg1;
@end