michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkDisplayNumber_DEFINED michael@0: #define SkDisplayNumber_DEFINED michael@0: michael@0: #include "SkDisplayable.h" michael@0: #include "SkMemberInfo.h" michael@0: michael@0: class SkDisplayNumber : public SkDisplayable { michael@0: DECLARE_DISPLAY_MEMBER_INFO(Number); michael@0: virtual bool getProperty(int index, SkScriptValue* value) const; michael@0: private: michael@0: }; michael@0: michael@0: #endif // SkDisplayNumber_DEFINED