zoukankan      html  css  js  c++  java
  • plant skin

    https://github.com/plantuml/plantuml/blob/master/skin/plantuml.skin

    root {
      FontName SansSerif
      HyperLinkColor blue
      FontColor black
      FontSize 14
      FontStyle plain
      HorizontalAlignment left
      RoundCorner 0
      DiagonalCorner 0
      LineThickness 1.0
      LineColor #A80036
      BackGroundColor #FEFECE
      Shadowing 0.0
    }
    
    document {
      BackGroundColor White
    }
    
    stereotype {
      FontStyle italic
    }
    
    title {
      HorizontalAlignment center
      FontSize 14
      FontStyle bold
      Padding 5
      Margin 5
      LineColor none
      BackGroundColor none
    }
    
    header {
      HorizontalAlignment right
      FontSize 10
      FontColor #888888
      BackGroundColor none
      LineColor none
    }
    
    footer {
      HorizontalAlignment center
      FontSize 10
      FontColor #888888
      BackGroundColor none
      LineColor none
    }
    
    legend {
      LineColor black
      BackGroundColor #DDDDDD
      FontSize 14
      RoundCorner 15
      Padding 6
      Margin 8
    }
    
    caption {
      HorizontalAlignment center
      FontSize 14
      Padding 0
      Margin 1
      LineColor none
      BackGroundColor none
    }
    
    
    element {
      Shadowing 4.0
    }
    
    sequenceDiagram {
    }
    
    classDiagram {
    }
    
    
    group {
      BackGroundColor white
      LineColor black
      LineThickness 2.0
      FontSize 11
      
      FontStyle bold
    }
    
    groupHeader {
      BackGroundColor #EEEEEE
      LineColor black
    
      FontSize 13
      FontStyle bold
    }
    
    lifeLine {
      BackGroundColor white
    }
    
    destroy {
    }
    
    reference {
      FontSize 12
      LineColor black
      BackGroundColor while
      LineThickness 2.0
      HorizontalAlignment center
    }
    
    referenceHeader {
      LineColor black
      BackGroundColor #EEEEEE
      FontColor black
      FontSize 13
      FontStyle bold
      LineThickness 2.0
    }
    
    box {
      BackGroundColor #DDDDDD
    
      FontSize 13
      FontStyle bold
    }
    
    separator {
      LineColor black
      LineThickness 2.0
      BackGroundColor #EEEEEE
      
      FontSize 13
      FontStyle bold
    }
    
    delay {
      FontSize 11
      FontStyle plain
      HorizontalAlignment center
    }
    
    participant {
      LineThickness 1.5
      HorizontalAlignment center
    }
    
    actor {
      LineThickness 2.0
      HorizontalAlignment center
    }
    
    boundary {
      LineThickness 2.0
      HorizontalAlignment center
    }
    
    control {
      LineThickness 2.0
      HorizontalAlignment center
    }
    
    entity {
      LineThickness 2.0
      HorizontalAlignment center
    }
    
    queue {
      LineThickness 2.0
      HorizontalAlignment center
    }
    
    database {
      HorizontalAlignment center
    }
    
    collections {
      LineThickness 1.5
      HorizontalAlignment center
    }
    
    swimlane {
      BackGroundColor none
      LineColor black
      LineThickness 2
      FontSize 18
    }
    
    diamond {
      Shadowing 3.0
    }
    
    arrow {
      FontSize 13
    }
    
    note {
      FontSize 13
      BackGroundColor #FBFB77
    }
    
    partition {
    }
    
    circle {
    }
    
    mindmapDiagram {
    }
    
    mindmapDiagram {
    	node {
    	    Padding 10
    	    Margin 10
    	    RoundCorner 25
    	    LineThickness 1.5
    	}
    	arrow {
    	    LineThickness 1.0
    	}
    }
    
    
    wbsDiagram {
        Padding 10
        Margin 15
        RoundCorner 0
        LineThickness 1.5
        FontSize 12
    }
    
    activityDiagram {
      Shadowing 3.0
    }
    
    activityDiagram {
    	activity {
    	    LineThickness 1.5
    	    Padding 10
    	    FontSize 12
    	    RoundCorner 25
    	}
    	partition {
    	    LineColor black
    	    BackgroundColor none
    	}
    	diamond {
    	    FontSize 11
    	}
    	arrow {
    	    FontSize 11
    	}
    }
    
    activityBar {
    	LineColor black
    }
    
    circle {
    	LineColor black
    	Shadowing 3.0
    }
    
    
    task {
        FontSize 11
    }
    
    milestone {
        FontSize 11
    	BackGroundColor black
    	LineColor black
    }
    
    ganttDiagram {
    	note {
    	  FontSize 9
          Shadowing 0.0
    	}
    }
    
    
    root {
      FontName SansSerif
      HyperLinkColor red
      FontColor green
      FontSize 19
      FontStyle plain
      HorizontalAlignment left
      RoundCorner 15
      DiagonalCorner 0
      LineColor #3600A8
      LineThickness 1.0
      BackGroundColor #AAA
      Shadowing 0.0
    }
    
    stereotype {
      FontColor blue
      FontSize 8
      FontStyle bold
    }
    
    title {
      HorizontalAlignment right
      FontSize 24
      FontColor blue
    }
    
    header {
      HorizontalAlignment center
      FontSize 26
      FontColor purple
    }
    
    footer {
      HorizontalAlignment left
      FontSize 28
      FontColor red
    }
    
    legend {
      FontSize 30
      BackGroundColor yellow
      Margin 30
      Padding 50
    }
    
    caption {
      FontSize 32
    }
    
    
    element {
      BackGroundColor #CEFEFE
    }
    
    sequenceDiagram {
    }
    
    classDiagram {
    }
    
    activityDiagram {
    }
    
    
    group {
      LineThickness 3.5
      BackGroundColor MistyRose
      LineColor DarkOrange
      
      FontSize 12
      FontStyle italic
      FontColor red
    }
    
    groupHeader {
      BackGroundColor tan
      LineThickness 0.5
      LineColor yellow
    
      FontSize 18
      FontStyle bold
      FontColor blue
    }
    
    lifeLine {
      BackGroundColor gold
    }
    
    destroy {
      LineColor red
    }
    
    reference {
      LineColor red
      FontSize 10
      FontStyle bold
      FontColor blue
      BackGroundColor gold
      HorizontalAlignment right
    }
    
    box {
      LineThickness 0.1
      LineColor FireBrick
      BackGroundColor PowderBlue
    
      FontSize 12
      FontStyle italic
      FontColor Maroon
    }
    
    separator {
      LineColor red
      BackGroundColor green
      
      FontSize 16
      FontStyle bold
      FontColor white
    }
    
    delay {
      FontSize 22
      FontStyle italic
    }
    
    participant {
      LineThickness 2.5
    }
    
    actor {
      LineThickness 0.5
    }
    
    boundary {
      LineThickness 1.5
    }
    
    control {
      LineThickness 1.5
    }
    
    entity {
      LineThickness 1.5
    }
    
    queue {
      LineThickness 1.5
    }
    
    database {
      LineThickness 1.5
    }
    
    collections {
      LineThickness 1.5
    }
    
    arrow {
      FontSize 13
      LineColor Lime
    }
    
    note {
      BackGroundColor GoldenRod
    }
    
    diamond {
    }
    
    swimlane {
    }
    
    activity {
      BackgroundColor #33668E
      BorderColor #33668E
      FontColor #888
      FontName arial
    }
    
    
    activityDiagram {
    	diamond {
    	  BackgroundColor #dae4f1
    	  BorderColor #33668E
    	  FontColor red
    	  FontName arial
    	  FontSize 5
    	}
    	arrow {
    	  FontColor gold
    	  FontName arial
    	  FontSize 15
    	}
    	partition {
    	  LineColor red
    	  FontColor green
    	  RoundCorner 30
    	  BackColor PeachPuff
    	}
    	note {
    	  FontColor Blue
    	  LineColor yellow
    	}
    }
    
    circle {
      LineColor yellow
    }
    
    activityBar {
      LineColor lightGreen
    }
    
    mindmapDiagram {
        Padding 10
        Margin 10
    }
    
    node {
    }
    
    
  • 相关阅读:
    java 数据结构(八):Iterator接口与foreach循环
    java 数据结构(七):Collection接口
    java 数据结构(六):数组与集合
    java中equals(),hashcode()和==的区别
    Android中的IPC方式
    Android-如何防止apk被反编译
    Android-管理应用的内存(转)
    102. Binary Tree Level Order Traversal
    对于开发团队管理的理解
    TCP三次握手和四次挥手的全过程
  • 原文地址:https://www.cnblogs.com/Searchor/p/13690101.html
Copyright © 2011-2022 走看看