2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSString
, TPLCDTextViewScrollingView
, UIColor
, UIFrameAnimation
;
11 @interface TPLCDTextView
: UIView
14 struct __GSFont
*_font
;
15 UIColor
*_shadowColor
;
17 TPLCDTextViewScrollingView
*_scrollingView
;
19 struct CGRect _textRect
;
20 UIFrameAnimation
*_animation
;
23 unsigned int _textRectIsValid
:1;
24 unsigned int _centerText
:1;
25 unsigned int _animates
:1;
26 unsigned int _isAnimating
:1;
27 unsigned int _leftTruncates
:1;
30 + (float)defaultMinimumFontSize
;
31 - (id
)initWithFrame
:(struct CGRect
)fp8
;
33 - (struct CGRect
)textRect
;
34 - (void)setFrame
:(struct CGRect
)fp8
;
35 - (void)setCenterText
:(BOOL
)fp8
;
36 - (void)setLeftTruncatesText
:(BOOL
)fp8
;
37 - (void)setFont
:(struct __GSFont
*)fp8
;
38 - (void)setMinimumFontSize
:(float)fp8
;
39 - (void)setText
:(id
)fp8
;
41 - (struct CGSize
)sizeToFit
;
42 - (void)_drawTextInRect
:(struct CGRect
)fp8 verticallyOffset
:(BOOL
)fp24
;
43 - (void)setTextColor
:(id
)fp8
;
44 - (void)setShadowColor
:(id
)fp8
;
45 - (void)drawRect
:(struct CGRect
)fp8
;
46 - (void)_tearDownAnimation
;
47 - (void)_scheduleStartScrolling
;
48 - (void)_setupForAnimationIfNecessary
;
49 - (void)setAnimatesIfTruncated
:(BOOL
)fp8
;
50 - (void)_startScrolling
;
51 - (void)startAnimating
;
52 - (void)_finishedScrolling
;
53 - (void)stopAnimating
;
55 - (void)resetAnimation
;
56 - (void)setDelegate
:(id
)fp8
;