Java Doc for PDGraphicsState.java in » PDF » PDFBox-0.7.3 » org » pdfbox » pdmodel » graphics » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
PDF
»
PDFBox 0.7.3
»
org.pdfbox.pdmodel.graphics
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.pdfbox.pdmodel.graphics
.PDGraphicsState
PDGraphicsState
public
class PDGraphicsState implements
Cloneable
(Code)
This class will hold the current state of the graphics parameters when executing a content stream.
author:
Ben Litchfield
version:
$Revision: 1.4 $
Method Summary
public
Object
clone
()
public
double
getAlphaConstants
()
Get the value of the alpha constants property.
public
Matrix
getCurrentTransformationMatrix
()
Get the value of the CTM.
public
double
getFlatness
()
get the value of the flatness property.
public
int
getLineCap
()
Get the value of the line cap.
public
PDLineDashPattern
getLineDashPattern
()
This will get the current line dash pattern.
public
int
getLineJoin
()
Get the value of the line join.
public
double
getLineWidth
()
Get the value of the line width.
public
double
getMiterLimit
()
Get the value of the miter limit.
public
PDColorSpaceInstance
getNonStrokingColorSpace
()
This will get the nonstroking color space instance.
public
double
getOverprintMode
()
get the value of the overprint mode property.
public
String
getRenderingIntent
()
This will get the rendering intent.
public
double
getSmoothness
()
get the value of the smoothness property.
public
PDColorSpaceInstance
getStrokingColorSpace
()
This will get the current stroking colorspace.
public
PDTextState
getTextState
()
This will get the graphics text state.
public
boolean
isAlphaSource
()
get the value of the alpha source property.
public
boolean
isOverprint
()
get the value of the overprint property.
public
boolean
isStrokeAdjustment
()
Get the value of the stroke adjustment parameter.
public
void
setAlphaConstants
(double value)
set the value of the alpha constants property.
public
void
setAlphaSource
(boolean value)
set the value of the alpha source property.
public
void
setCurrentTransformationMatrix
(
Matrix
value)
Set the value of the CTM.
public
void
setFlatness
(double value)
set the value of the flatness property.
public
void
setLineCap
(int value)
set the value of the line cap.
public
void
setLineDashPattern
(
PDLineDashPattern
value)
This will set the current line dash pattern.
public
void
setLineJoin
(int value)
Get the value of the line join.
public
void
setLineWidth
(double value)
set the value of the line width.
public
void
setMiterLimit
(double value)
set the value of the miter limit.
public
void
setNonStrokingColorSpace
(
PDColorSpaceInstance
value)
This will set the non-stroking colorspace instance.
public
void
setOverprint
(boolean value)
set the value of the overprint property.
public
void
setOverprintMode
(double value)
set the value of the overprint mode property.
public
void
setRenderingIntent
(
String
value)
This will set the rendering intent.
public
void
setSmoothness
(double value)
set the value of the smoothness property.
public
void
setStrokeAdjustment
(boolean value)
set the value of the stroke adjustment.
public
void
setStrokingColorSpace
(
PDColorSpaceInstance
value)
This will set the current stroking colorspace.
public
void
setTextState
(
PDTextState
value)
This will set the graphics text state.
Method Detail
clone
public
Object
clone()
(Code)
getAlphaConstants
public
double getAlphaConstants()
(Code)
Get the value of the alpha constants property. The value of the alpha constants parameter.
getCurrentTransformationMatrix
public
Matrix
getCurrentTransformationMatrix()
(Code)
Get the value of the CTM. The current transformation matrix.
getFlatness
public
double getFlatness()
(Code)
get the value of the flatness property. The value of the flatness parameter.
getLineCap
public
int getLineCap()
(Code)
Get the value of the line cap. The current line cap.
getLineDashPattern
public
PDLineDashPattern
getLineDashPattern()
(Code)
This will get the current line dash pattern. The line dash pattern.
getLineJoin
public
int getLineJoin()
(Code)
Get the value of the line join. The current line join value.
getLineWidth
public
double getLineWidth()
(Code)
Get the value of the line width. The current line width.
getMiterLimit
public
double getMiterLimit()
(Code)
Get the value of the miter limit. The current miter limit.
getNonStrokingColorSpace
public
PDColorSpaceInstance
getNonStrokingColorSpace()
(Code)
This will get the nonstroking color space instance. The colorspace instance.
getOverprintMode
public
double getOverprintMode()
(Code)
get the value of the overprint mode property. The value of the overprint mode parameter.
getRenderingIntent
public
String
getRenderingIntent()
(Code)
This will get the rendering intent.
See Also:
PDExtendedGraphicsState
The rendering intent
getSmoothness
public
double getSmoothness()
(Code)
get the value of the smoothness property. The value of the smoothness parameter.
getStrokingColorSpace
public
PDColorSpaceInstance
getStrokingColorSpace()
(Code)
This will get the current stroking colorspace. The current stroking colorspace.
getTextState
public
PDTextState
getTextState()
(Code)
This will get the graphics text state. The graphics text state.
isAlphaSource
public
boolean isAlphaSource()
(Code)
get the value of the alpha source property. The value of the alpha source parameter.
isOverprint
public
boolean isOverprint()
(Code)
get the value of the overprint property. The value of the overprint parameter.
isStrokeAdjustment
public
boolean isStrokeAdjustment()
(Code)
Get the value of the stroke adjustment parameter. The current stroke adjustment.
setAlphaConstants
public
void setAlphaConstants(double value)
(Code)
set the value of the alpha constants property.
Parameters:
value - The value of the alpha constants parameter.
setAlphaSource
public
void setAlphaSource(boolean value)
(Code)
set the value of the alpha source property.
Parameters:
value - The value of the alpha source parameter.
setCurrentTransformationMatrix
public
void setCurrentTransformationMatrix(
Matrix
value)
(Code)
Set the value of the CTM.
Parameters:
value - The current transformation matrix.
setFlatness
public
void setFlatness(double value)
(Code)
set the value of the flatness property.
Parameters:
value - The value of the flatness parameter.
setLineCap
public
void setLineCap(int value)
(Code)
set the value of the line cap.
Parameters:
value - The current line cap.
setLineDashPattern
public
void setLineDashPattern(
PDLineDashPattern
value)
(Code)
This will set the current line dash pattern.
Parameters:
value - The new line dash pattern.
setLineJoin
public
void setLineJoin(int value)
(Code)
Get the value of the line join.
Parameters:
value - The current line join
setLineWidth
public
void setLineWidth(double value)
(Code)
set the value of the line width.
Parameters:
value - The current line width.
setMiterLimit
public
void setMiterLimit(double value)
(Code)
set the value of the miter limit.
Parameters:
value - The current miter limit.
setNonStrokingColorSpace
public
void setNonStrokingColorSpace(
PDColorSpaceInstance
value)
(Code)
This will set the non-stroking colorspace instance.
Parameters:
value - The non-stroking colorspace instance.
setOverprint
public
void setOverprint(boolean value)
(Code)
set the value of the overprint property.
Parameters:
value - The value of the overprint parameter.
setOverprintMode
public
void setOverprintMode(double value)
(Code)
set the value of the overprint mode property.
Parameters:
value - The value of the overprint mode parameter.
setRenderingIntent
public
void setRenderingIntent(
String
value)
(Code)
This will set the rendering intent.
Parameters:
value - The new rendering intent.
setSmoothness
public
void setSmoothness(double value)
(Code)
set the value of the smoothness property.
Parameters:
value - The value of the smoothness parameter.
setStrokeAdjustment
public
void setStrokeAdjustment(boolean value)
(Code)
set the value of the stroke adjustment.
Parameters:
value - The value of the stroke adjustment parameter.
setStrokingColorSpace
public
void setStrokingColorSpace(
PDColorSpaceInstance
value)
(Code)
This will set the current stroking colorspace.
Parameters:
value - The new stroking colorspace instance.
setTextState
public
void setTextState(
PDTextState
value)
(Code)
This will set the graphics text state.
Parameters:
value - The graphics text state.
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.