Skip to content

Commit

Permalink
#19 Add missing doc comments for classes in the render package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Nov 13, 2018
1 parent 8453b26 commit 02632c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package org.ephyra.acropolis.report.impl.render

import java.io.InputStream

/**
* Builder to encapsulate the logic of laying out an image and associated text.
*/
class CardBuilder(
private val position2D: Position2D,

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package org.ephyra.acropolis.report.impl.render

/**
* A size in 2D space
*/
class Size2D(
val width: Float,
val height: Float
Expand Down

0 comments on commit 02632c7

Please sign in to comment.