graphviz-2008.9.20: GraphViz wrapper for HaskellSource codeContentsIndex
Data.GraphViz.Attributes
Documentation
data ArrowType Source
Constructors
Normal
Inv
Dot
InvDot
ODot
InvODot
NoArrow
Tee
Empty
InvEmpty
Diamond
ODiamond
EDiamond
Crow
Box
OBox
Open
HalfOpen
Vee
show/hide Instances
readArrowType :: Parser Char ArrowTypeSource
data ColorType Source
Constructors
RGB
red :: Word8
green :: Word8
blue :: Word8
RGBA
red :: Word8
green :: Word8
blue :: Word8
alpha :: Word8
show/hide Instances
showWord8Pad :: Word8 -> String -> StringSource
readColorType :: Parser Char ColorTypeSource
data DirType Source
Constructors
Forward
Back
Both
None
show/hide Instances
readDirType :: Parser Char DirTypeSource
data OutputMode Source
Constructors
BreadthFirst
NodesFirst
EdgesFirst
show/hide Instances
readOutputMode :: Parser Char OutputModeSource
data PageDir Source
Constructors
BL
BR
TL
TR
RB
RT
LB
LT
show/hide Instances
readPageDir :: Parser Char PageDirSource
data ShapeType Source
Constructors
BoxShape
Polygon
Ellipse
Circle
PointShape
Egg
Triangle
Plaintext
DiamondShape
Trapezium
Parallelogram
House
Pentagon
Hexagon
Septagon
Octagon
Doublecircle
Doubleoctagon
Tripleoctagon
Invtriangle
Invtrapezium
Invhouse
Mdiamond
Msquare
Mcircle
Rectangle
NoShape
Note
Tab
Folder
Box3d
Component
show/hide Instances
readShapeType :: Parser Char ShapeTypeSource
data StyleType Source
Constructors
Filled
Invisible
Diagonals
Rounded
Dashed
Dotted
Solid
Bold
show/hide Instances
readStyleType :: Parser Char StyleTypeSource
data Point Source
Constructors
Point Int Int
PointD Double Double
show/hide Instances
newtype PointList Source
Constructors
PointList [Point]
show/hide Instances
readPoint :: Parser Char PointSource
readPointList :: Parser Char PointListSource
data Rect Source
Constructors
Rect Point Point
show/hide Instances
readRect :: Parser Char RectSource
data ScaleType Source
Constructors
Scale
NoScale
FitX
FitY
show/hide Instances
readScaleType :: Parser Char ScaleTypeSource
data Justification Source
Constructors
JLeft
JRight
JCenter
show/hide Instances
readJustification :: Parser Char JustificationSource
data VerticalPlacement Source
Constructors
VTop
VCenter
VBottom
show/hide Instances
readVerticalPlacement :: Parser Char VerticalPlacementSource
data Attribute Source
Constructors
ArrowHead ArrowType
ArrowSize Double
ArrowTail ArrowType
Bb Rect
BgColor ColorType
Center Bool
Color ColorType
Concentrate Bool
Constraint Bool
Decorate Bool
DefaultDist Double
Dir DirType
Dpi Double
FillColor ColorType
FixedSize Bool
FontColor ColorType
FontName String
FontSize Double
Group String
HeadClip Bool
HeadLabel String
Height Double
Image String
ImageScale ScaleType
Label String
LabelAngle Double
LabelDistance Double
LabelFloat Bool
LabelFontColor ColorType
LabelFontName String
LabelFontSize Double
LabelJust Justification
LabelLoc VerticalPlacement
Landscape Bool
Len Double
Margin Double Double
MinDist Double
Minlen Double
Nodesep Double
NoJustify Bool
Normalize Bool
Orientation Double
OutputOrder OutputMode
Overlap Bool
Pad Double Double
Page Double Double
PageDir PageDir
PenColor ColorType
Pos PointList
Quantum Double
RankDir PageDir
RankSep Double
Ratio Double
Regular Bool
Rotate Double
SameHead String
SameTail String
Sep Double
Shape ShapeType
Sides Int
Size Double Double
Skew Double
Splines (Maybe Bool)
Style StyleType
TailClip Bool
TailLabel String
Weight Double
Width Double
Unknown String String
show/hide Instances
readBool :: Parser Char BoolSource
readString :: Parser Char StringSource
readAttribute :: Parser Char AttributeSource
readAttributesList :: Parser Char [Attribute]Source
Produced by Haddock version 2.3.0