OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [font/] [TextAttribute.h] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_awt_font_TextAttribute__
#define __java_awt_font_TextAttribute__
 
#pragma interface
 
#include <java/text/AttributedCharacterIterator$Attribute.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace font
      {
          class TextAttribute;
      }
    }
  }
}
 
class java::awt::font::TextAttribute : public ::java::text::AttributedCharacterIterator$Attribute
{
 
public: // actually protected
  TextAttribute(::java::lang::String *);
  ::java::lang::Object * readResolve();
private:
  static const jlong serialVersionUID = 7744112784117861702LL;
public:
  static ::java::awt::font::TextAttribute * BACKGROUND;
  static ::java::awt::font::TextAttribute * BIDI_EMBEDDING;
  static ::java::awt::font::TextAttribute * CHAR_REPLACEMENT;
  static ::java::awt::font::TextAttribute * FAMILY;
  static ::java::awt::font::TextAttribute * FONT;
  static ::java::awt::font::TextAttribute * FOREGROUND;
  static ::java::awt::font::TextAttribute * INPUT_METHOD_HIGHLIGHT;
  static ::java::awt::font::TextAttribute * INPUT_METHOD_UNDERLINE;
  static ::java::awt::font::TextAttribute * JUSTIFICATION;
  static ::java::lang::Float * JUSTIFICATION_FULL;
  static ::java::lang::Float * JUSTIFICATION_NONE;
  static ::java::awt::font::TextAttribute * NUMERIC_SHAPING;
  static ::java::awt::font::TextAttribute * POSTURE;
  static ::java::lang::Float * POSTURE_OBLIQUE;
  static ::java::lang::Float * POSTURE_REGULAR;
  static ::java::awt::font::TextAttribute * RUN_DIRECTION;
  static ::java::lang::Boolean * RUN_DIRECTION_LTR;
  static ::java::lang::Boolean * RUN_DIRECTION_RTL;
  static ::java::awt::font::TextAttribute * SIZE;
  static ::java::awt::font::TextAttribute * STRIKETHROUGH;
  static ::java::lang::Boolean * STRIKETHROUGH_ON;
  static ::java::awt::font::TextAttribute * SUPERSCRIPT;
  static ::java::lang::Integer * SUPERSCRIPT_SUB;
  static ::java::lang::Integer * SUPERSCRIPT_SUPER;
  static ::java::awt::font::TextAttribute * SWAP_COLORS;
  static ::java::lang::Boolean * SWAP_COLORS_ON;
  static ::java::awt::font::TextAttribute * TRANSFORM;
  static ::java::awt::font::TextAttribute * UNDERLINE;
  static ::java::lang::Integer * UNDERLINE_LOW_DASHED;
  static ::java::lang::Integer * UNDERLINE_LOW_DOTTED;
  static ::java::lang::Integer * UNDERLINE_LOW_GRAY;
  static ::java::lang::Integer * UNDERLINE_LOW_ONE_PIXEL;
  static ::java::lang::Integer * UNDERLINE_LOW_TWO_PIXEL;
  static ::java::lang::Integer * UNDERLINE_ON;
  static ::java::awt::font::TextAttribute * WEIGHT;
  static ::java::lang::Float * WEIGHT_BOLD;
  static ::java::lang::Float * WEIGHT_DEMIBOLD;
  static ::java::lang::Float * WEIGHT_DEMILIGHT;
  static ::java::lang::Float * WEIGHT_EXTRA_LIGHT;
  static ::java::lang::Float * WEIGHT_EXTRABOLD;
  static ::java::lang::Float * WEIGHT_HEAVY;
  static ::java::lang::Float * WEIGHT_LIGHT;
  static ::java::lang::Float * WEIGHT_MEDIUM;
  static ::java::lang::Float * WEIGHT_REGULAR;
  static ::java::lang::Float * WEIGHT_SEMIBOLD;
  static ::java::lang::Float * WEIGHT_ULTRABOLD;
  static ::java::awt::font::TextAttribute * WIDTH;
  static ::java::lang::Float * WIDTH_CONDENSED;
  static ::java::lang::Float * WIDTH_EXTENDED;
  static ::java::lang::Float * WIDTH_REGULAR;
  static ::java::lang::Float * WIDTH_SEMI_CONDENSED;
  static ::java::lang::Float * WIDTH_SEMI_EXTENDED;
  static ::java::lang::Class class$;
};
 
#endif // __java_awt_font_TextAttribute__
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.