android.print.PrintAttributes.Resolution
E745340
android.print.PrintAttributes.Resolution is an Android framework class that encapsulates the print resolution settings (such as DPI in horizontal and vertical directions) used when configuring print jobs.
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
Android framework class
ⓘ
java.lang.Object subclass ⓘ |
| availableSince | Android 4.4 ⓘ |
| availableSinceApiLevel | 19 ⓘ |
| belongsToFeature | Android printing framework ⓘ |
| constructor | Resolution(java.lang.String id, java.lang.String label, int horizontalDpi, int verticalDpi) ⓘ |
| controls | quality of printed output ⓘ |
| definedInPackage | android.print NERFINISHED ⓘ |
| documentationSite | https://developer.android.com/reference/android/print/PrintAttributes.Resolution ⓘ |
| enclosingClass | android.print.PrintAttributes NERFINISHED ⓘ |
| hasMethod |
getHorizontalDpi()
ⓘ
getId() ⓘ getLabel() ⓘ getVerticalDpi() ⓘ |
| hasParameter |
horizontalDpi
ⓘ
id ⓘ label ⓘ verticalDpi ⓘ |
| horizontalDpiMeaning | dots per inch in X direction ⓘ |
| idUsage | uniquely identifies a resolution option ⓘ |
| influences | size of the printed content in pixels ⓘ |
| isFinal | true ⓘ |
| isInnerClassOf | android.print.PrintAttributes ⓘ |
| isParcelable | false ⓘ |
| isPublic | true ⓘ |
| isStatic | true ⓘ |
| labelUsage | user-visible description of resolution ⓘ |
| library | Android SDK NERFINISHED ⓘ |
| parameterType:horizontalDpi | int ⓘ |
| parameterType:id | java.lang.String ⓘ |
| parameterType:label | java.lang.String ⓘ |
| parameterType:verticalDpi | int ⓘ |
| platform | Android ⓘ |
| purpose | encapsulate print resolution settings ⓘ |
| represents |
horizontal DPI
ⓘ
print resolution in DPI ⓘ vertical DPI ⓘ |
| returnType:getHorizontalDpi() | int ⓘ |
| returnType:getId() | java.lang.String NERFINISHED ⓘ |
| returnType:getLabel() | java.lang.String ⓘ |
| returnType:getVerticalDpi() | int ⓘ |
| threadSafety | immutable ⓘ |
| usedBy | android.print.PrintAttributes.Builder ⓘ |
| usedFor | configuring Android print jobs ⓘ |
| usedInMethod | android.print.PrintAttributes.Builder.setResolution(android.print.PrintAttributes.Resolution) ⓘ |
| usedWith |
android.print.PrintDocumentAdapter
ⓘ
android.print.PrintJob ⓘ android.print.PrintManager NERFINISHED ⓘ |
| verticalDpiMeaning | dots per inch in Y direction ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.