Lines Matching defs:AttributeSet

600                 "(Ljavax/accessibility/AccessibleContext;I)Ljavax/swing/text/AttributeSet;");
739 // ------- AttributeSet methods
743 "getBoldFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Z");
747 "getItalicFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Z");
751 "getUnderlineFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Z");
755 "getStrikethroughFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Z");
759 "getSuperscriptFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Z");
763 "getSubscriptFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Z");
767 "getBackgroundColorFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Ljava/lang/String;");
771 "getForegroundColorFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Ljava/lang/String;");
775 "getFontFamilyFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)Ljava/lang/String;");
779 "getFontSizeFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)I");
783 "getAlignmentFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)I");
787 "getBidiLevelFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)I");
791 "getFirstLineIndentFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)F");
795 "getLeftIndentFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)F");
799 "getRightIndentFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)F");
803 "getLineSpacingFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)F");
807 "getSpaceAboveFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)F");
811 "getSpaceBelowFromAttributeSet", "(Ljavax/swing/text/AttributeSet;)F");
3702 jobject AttributeSet;
3740 // Get the AttributeSet
3742 PrintDebugString(" Getting AttributeSet at index...");
3743 AttributeSet = jniEnv->CallObjectMethod(accessBridgeObject,
3752 // It is legal for the AttributeSet object to be null, in which case we return false!
3753 if (AttributeSet == (jobject) 0) {
3754 PrintDebugString(" AttributeSet returned at index is null (this is legal! - see AWT in J2SE 1.3");
3781 PrintDebugString(" Getting bold from AttributeSet...");
3784 AttributeSet);
3789 decrementReferenceMethod, AttributeSet);
3791 jniEnv->DeleteLocalRef(AttributeSet);
3798 PrintDebugString(" Getting italic from AttributeSet...");
3801 AttributeSet);
3806 decrementReferenceMethod, AttributeSet);
3808 jniEnv->DeleteLocalRef(AttributeSet);
3815 PrintDebugString(" Getting underline from AttributeSet...");
3818 AttributeSet);
3823 decrementReferenceMethod, AttributeSet);
3825 jniEnv->DeleteLocalRef(AttributeSet);
3832 PrintDebugString(" Getting strikethrough from AttributeSet...");
3835 AttributeSet);
3840 decrementReferenceMethod, AttributeSet);
3842 jniEnv->DeleteLocalRef(AttributeSet);
3849 PrintDebugString(" Getting superscript from AttributeSet...");
3852 AttributeSet);
3857 decrementReferenceMethod, AttributeSet);
3859 jniEnv->DeleteLocalRef(AttributeSet);
3866 PrintDebugString(" Getting subscript from AttributeSet...");
3869 AttributeSet);
3874 decrementReferenceMethod, AttributeSet);
3876 jniEnv->DeleteLocalRef(AttributeSet);
3883 PrintDebugString(" Getting backgroundColor from AttributeSet...");
3886 AttributeSet);
3901 wPrintDebugString(L" AttributeSet's background color = %ls", attributes->backgroundColor);
3905 PrintDebugString(" AttributeSet's background color is null.");
3911 decrementReferenceMethod, AttributeSet);
3913 jniEnv->DeleteLocalRef(AttributeSet);
3920 PrintDebugString(" Getting foregroundColor from AttributeSet...");
3923 AttributeSet);
3938 wPrintDebugString(L" AttributeSet's foreground color = %ls", attributes->foregroundColor);
3942 PrintDebugString(" AttributeSet's foreground color is null.");
3948 decrementReferenceMethod, AttributeSet);
3950 jniEnv->DeleteLocalRef(AttributeSet);
3957 PrintDebugString(" Getting fontFamily from AttributeSet...");
3960 AttributeSet);
3975 wPrintDebugString(L" AttributeSet's fontFamily = %ls", attributes->fontFamily);
3979 PrintDebugString(" AttributeSet's fontFamily is null.");
3985 decrementReferenceMethod, AttributeSet);
3987 jniEnv->DeleteLocalRef(AttributeSet);
3994 PrintDebugString(" Getting font size from AttributeSet...");
3997 AttributeSet);
3999 PrintDebugString(" AttributeSet's font size = %d", attributes->fontSize);
4003 decrementReferenceMethod, AttributeSet);
4005 jniEnv->DeleteLocalRef(AttributeSet);
4013 PrintDebugString(" Getting alignment from AttributeSet...");
4016 AttributeSet);
4021 decrementReferenceMethod, AttributeSet);
4023 jniEnv->DeleteLocalRef(AttributeSet);
4030 PrintDebugString(" Getting bidiLevel from AttributeSet...");
4033 AttributeSet);
4038 decrementReferenceMethod, AttributeSet);
4040 jniEnv->DeleteLocalRef(AttributeSet);
4047 PrintDebugString(" Getting firstLineIndent from AttributeSet...");
4050 AttributeSet);
4055 decrementReferenceMethod, AttributeSet);
4057 jniEnv->DeleteLocalRef(AttributeSet);
4064 PrintDebugString(" Getting leftIndent from AttributeSet...");
4067 AttributeSet);
4072 decrementReferenceMethod, AttributeSet);
4074 jniEnv->DeleteLocalRef(AttributeSet);
4081 PrintDebugString(" Getting rightIndent from AttributeSet...");
4084 AttributeSet);
4089 decrementReferenceMethod, AttributeSet);
4091 jniEnv->DeleteLocalRef(AttributeSet);
4098 PrintDebugString(" Getting lineSpacing from AttributeSet...");
4101 AttributeSet);
4106 decrementReferenceMethod, AttributeSet);
4108 jniEnv->DeleteLocalRef(AttributeSet);
4115 PrintDebugString(" Getting spaceAbove from AttributeSet...");
4118 AttributeSet);
4123 decrementReferenceMethod, AttributeSet);
4125 jniEnv->DeleteLocalRef(AttributeSet);
4132 PrintDebugString(" Getting spaceBelow from AttributeSet...");
4135 AttributeSet);
4140 decrementReferenceMethod, AttributeSet);
4142 jniEnv->DeleteLocalRef(AttributeSet);
4147 // Release the AttributeSet object
4149 PrintDebugString(" Decrementing reference to AttributeSet...");
4151 decrementReferenceMethod, AttributeSet);
4152 EXCEPTION_CHECK("Releasing AttributeSet object - call to CallVoidMethod()", FALSE);
4155 jniEnv->DeleteLocalRef(AttributeSet);
4156 EXCEPTION_CHECK("Releasing AttributeSet object - call to DeleteLocalRef()", FALSE);
4187 jniEnv->DeleteLocalRef(AttributeSet);
4193 jniEnv->DeleteLocalRef(AttributeSet);
4197 jniEnv->DeleteLocalRef(AttributeSet);